Shades of Old Rose #BF4255
Tints of Old Rose #BF4255
RGB
CMYK
RGB Variations
Color information
#BF4255 (or 0xBF4255) is known color: Old Rose. HEX triplet: BF, 42 and 55. RGB value is (191,66,85). Sum of RGB (Red+Green+Blue) = 191+66+85=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4255 is #40BDAA. Grayscale: #696969. Windows color (decimal): -4242859 or 5587647. OLE color: 5587647.
HSL color Cylindrical-coordinate representation of color #BF4255: hue angle of 350.88º 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 #BF4255 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 85 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.25 |
| HSL | 350.88º | 0.49% | 0.5% | - |
| HSV(B) | 350.88º | 0.65% | 0.75% | - |
| XYZ | 25.07 | 15.63 | 10.29 | - |
| YUV | 105.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 85 | 0 | 0.65 | 0.55 | 0.25 | 350.88 | 0.49 | 0.5 |
| Hex | BF | 42 | 55 | 0 | 41 | 37 | 19 | 15F | 31 | 32 |
| Octal | 277 | 102 | 125 | 0 | 101 | 67 | 31 | 537 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1010101 | 0 | 1000001 | 110111 | 11001 | 101011111 | 110001 | 110010 |
Color Harmonies of #BF4255
Complementary color
Monochromatic Colors of #BF4255
Black with #BF4255
Text Example
Text Example
White with #BF4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4255; }
p { color: rgb(191,66,85); }
H1.HeaderClassName
{
color: #BF4255;
}
.AnyTagClassName
{
color: #BF4255;
}
</style>
background-color css
<style>
a { background-color: #BF4255; }
a { background-color: rgb(191,66,85); }
div.DivClassName
{
background-color: #BF4255;
}
.BgClassName
{
background-color: #BF4255;
}
</style>
border-color css
<style>
span { border-color: #BF4255; }
span { border-color: rgb(191,66,85); }
td.TdClassName
{
border-color: #BF4255;
}
.TagClassName
{
border-color: #BF4255;
}
</style>