#BF2E47

Color #BF2E47 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BF2E47

Tints of Old Rose #BF2E47

Color information

#BF2E47 (or 0xBF2E47) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 47. RGB value is (191,46,71). Sum of RGB (Red+Green+Blue) = 191+46+71=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E47 is #40D1B8. Grayscale: #5C5C5C. Windows color (decimal): -4247993 or 4665023. OLE color: 4665023.

HSL color Cylindrical-coordinate representation of color #BF2E47: hue angle of 349.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E47 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1914671-
CMYK00.760.630.25
HSL349.66º61.18%46.47%-
HSV(B)349.66º75.92%74.9%-
XYZ23.613.497.32-
YUV92.2116.04198.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=62.01%
G=14.94%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191467100.760.630.25349.6661.1846.47
HexBF2E4704C3F1915e3d2e
Octal27756107011477315367556
Binary1011111110111010001110100110011111111001101011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E47; }

 p { color: rgb(191,46,71); }

 H1.HeaderClassName
 {
   color: #BF2E47;
 }
 .AnyTagClassName
 {
   color: #BF2E47;
 }
</style>
background-color css

<style>
 a { background-color: #BF2E47; }

 a { background-color: rgb(191,46,71); }

 div.DivClassName
 {
   background-color: #BF2E47;
 }
 .BgClassName
 {
   background-color: #BF2E47;
 }
</style>
border-color css

<style>
 span { border-color: #BF2E47; }

 span { border-color: rgb(191,46,71); }

 td.TdClassName
 {
   border-color: #BF2E47;
 }
 .TagClassName
 {
   border-color: #BF2E47;
 }
</style>