#BF4251

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

Shades of Old Rose #BF4251

Tints of Old Rose #BF4251

Color information

#BF4251 (or 0xBF4251) is unknown color: approx Old Rose. HEX triplet: BF, 42 and 51. RGB value is (191,66,81). Sum of RGB (Red+Green+Blue) = 191+66+81=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4251 is #40BDAE. Grayscale: #696969. Windows color (decimal): -4242863 or 5325503. OLE color: 5325503.

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

Color convert

RGB1916681-
CMYK00.650.580.25
HSL352.8º49.41%50.39%-
HSV(B)352.8º65.45%74.9%-
XYZ24.9215.579.48-
YUV105.08114.41189.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=56.51%
G=19.53%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191668100.650.580.25352.849.4150.39
HexBF42510413A191613132
Octal277102121010172315416162
Binary10111111100001010100010100000111101011001101100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4251; }

 p { color: rgb(191,66,81); }

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

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

 a { background-color: rgb(191,66,81); }

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

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

 span { border-color: rgb(191,66,81); }

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