#BF3C49

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

Shades of Old Rose #BF3C49

Tints of Old Rose #BF3C49

Color information

#BF3C49 (or 0xBF3C49) is unknown color: approx Old Rose. HEX triplet: BF, 3C and 49. RGB value is (191,60,73). Sum of RGB (Red+Green+Blue) = 191+60+73=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C49 is #40C3B6. Grayscale: #646464. Windows color (decimal): -4244407 or 4799679. OLE color: 4799679.

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

Color convert

RGB1916073-
CMYK00.690.620.25
HSL354.05º52.19%49.22%-
HSV(B)354.05º68.59%74.9%-
XYZ24.314.797.88-
YUV100.65112.4192.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=58.95%
G=18.52%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191607300.690.620.25354.0552.1949.22
HexBF3C490453E191623431
Octal27774111010576315426461
Binary1011111111110010010010100010111111011001101100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C49; }

 p { color: rgb(191,60,73); }

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

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

 a { background-color: rgb(191,60,73); }

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

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

 span { border-color: rgb(191,60,73); }

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