#BF3E48

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

Shades of Old Rose #BF3E48

Tints of Old Rose #BF3E48

Color information

#BF3E48 (or 0xBF3E48) is unknown color: approx Old Rose. HEX triplet: BF, 3E and 48. RGB value is (191,62,72). Sum of RGB (Red+Green+Blue) = 191+62+72=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E48 is #40C1B7. Grayscale: #656565. Windows color (decimal): -4243896 or 4734655. OLE color: 4734655.

HSL color Cylindrical-coordinate representation of color #BF3E48: hue angle of 355.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E48 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1916272-
CMYK00.680.620.25
HSL355.35º50.99%49.61%-
HSV(B)355.35º67.54%74.9%-
XYZ24.3814.997.74-
YUV101.71111.24191.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=58.77%
G=19.08%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191627200.680.620.25355.3550.9949.61
HexBF3E480443E191633332
Octal27776110010476315436362
Binary1011111111111010010000100010011111011001101100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E48; }

 p { color: rgb(191,62,72); }

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

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

 a { background-color: rgb(191,62,72); }

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

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

 span { border-color: rgb(191,62,72); }

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