Shades of Old Rose #BF4156
Tints of Old Rose #BF4156
RGB
CMYK
RGB Variations
Color information
#BF4156 (or 0xBF4156) is known color: Old Rose. HEX triplet: BF, 41 and 56. RGB value is (191,65,86). Sum of RGB (Red+Green+Blue) = 191+65+86=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4156 is #40BEA9. Grayscale: #696969. Windows color (decimal): -4243114 or 5652927. OLE color: 5652927.
HSL color Cylindrical-coordinate representation of color #BF4156: hue angle of 350º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4156 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 86 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.25 |
| HSL | 350º | 0.5% | 0.5% | - |
| HSV(B) | 350º | 0.66% | 0.75% | - |
| XYZ | 25.06 | 15.53 | 10.48 | - |
| YUV | 105.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 86 | 0 | 0.66 | 0.55 | 0.25 | 350 | 0.5 | 0.5 |
| Hex | BF | 41 | 56 | 0 | 42 | 37 | 19 | 15E | 32 | 32 |
| Octal | 277 | 101 | 126 | 0 | 102 | 67 | 31 | 536 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1010110 | 0 | 1000010 | 110111 | 11001 | 101011110 | 110010 | 110010 |
Color Harmonies of #BF4156
Complementary color
Monochromatic Colors of #BF4156
Black with #BF4156
Text Example
Text Example
White with #BF4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4156; }
p { color: rgb(191,65,86); }
H1.HeaderClassName
{
color: #BF4156;
}
.AnyTagClassName
{
color: #BF4156;
}
</style>
background-color css
<style>
a { background-color: #BF4156; }
a { background-color: rgb(191,65,86); }
div.DivClassName
{
background-color: #BF4156;
}
.BgClassName
{
background-color: #BF4156;
}
</style>
border-color css
<style>
span { border-color: #BF4156; }
span { border-color: rgb(191,65,86); }
td.TdClassName
{
border-color: #BF4156;
}
.TagClassName
{
border-color: #BF4156;
}
</style>