Shades of Old Rose #BF424D
Tints of Old Rose #BF424D
RGB
CMYK
RGB Variations
Color information
#BF424D (or 0xBF424D) is known color: Old Rose. HEX triplet: BF, 42 and 4D. RGB value is (191,66,77). Sum of RGB (Red+Green+Blue) = 191+66+77=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF424D is #40BDB2. Grayscale: #686868. Windows color (decimal): -4242867 or 5063359. OLE color: 5063359.
HSL color Cylindrical-coordinate representation of color #BF424D: hue angle of 354.72º 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 #BF424D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 77 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.25 |
| HSL | 354.72º | 0.49% | 0.5% | - |
| HSV(B) | 354.72º | 0.65% | 0.75% | - |
| XYZ | 24.77 | 15.51 | 8.71 | - |
| YUV | 104.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 77 | 0 | 0.65 | 0.60 | 0.25 | 354.72 | 0.49 | 0.5 |
| Hex | BF | 42 | 4D | 0 | 41 | 3C | 19 | 163 | 31 | 32 |
| Octal | 277 | 102 | 115 | 0 | 101 | 74 | 31 | 543 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1001101 | 0 | 1000001 | 111100 | 11001 | 101100011 | 110001 | 110010 |
Color Harmonies of #BF424D
Complementary color
Monochromatic Colors of #BF424D
Black with #BF424D
Text Example
Text Example
White with #BF424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF424D; }
p { color: rgb(191,66,77); }
H1.HeaderClassName
{
color: #BF424D;
}
.AnyTagClassName
{
color: #BF424D;
}
</style>
background-color css
<style>
a { background-color: #BF424D; }
a { background-color: rgb(191,66,77); }
div.DivClassName
{
background-color: #BF424D;
}
.BgClassName
{
background-color: #BF424D;
}
</style>
border-color css
<style>
span { border-color: #BF424D; }
span { border-color: rgb(191,66,77); }
td.TdClassName
{
border-color: #BF424D;
}
.TagClassName
{
border-color: #BF424D;
}
</style>