Shades of Old Rose #BB424D
Tints of Old Rose #BB424D
RGB
CMYK
RGB Variations
Color information
#BB424D (or 0xBB424D) is known color: Old Rose. HEX triplet: BB, 42 and 4D. RGB value is (187,66,77). Sum of RGB (Red+Green+Blue) = 187+66+77=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB424D is #44BDB2. Grayscale: #676767. Windows color (decimal): -4505011 or 5063355. OLE color: 5063355.
HSL color Cylindrical-coordinate representation of color #BB424D: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB424D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 77 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.27 |
| HSL | 354.55º | 0.48% | 0.5% | - |
| HSV(B) | 354.55º | 0.65% | 0.73% | - |
| XYZ | 23.78 | 15 | 8.66 | - |
| YUV | 103.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 77 | 0 | 0.65 | 0.59 | 0.27 | 354.55 | 0.48 | 0.5 |
| Hex | BB | 42 | 4D | 0 | 41 | 3B | 1B | 163 | 30 | 32 |
| Octal | 273 | 102 | 115 | 0 | 101 | 73 | 33 | 543 | 60 | 62 |
| Binary | 10111011 | 1000010 | 1001101 | 0 | 1000001 | 111011 | 11011 | 101100011 | 110000 | 110010 |
Color Harmonies of #BB424D
Complementary color
Monochromatic Colors of #BB424D
Black with #BB424D
Text Example
Text Example
White with #BB424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB424D; }
p { color: rgb(187,66,77); }
H1.HeaderClassName
{
color: #BB424D;
}
.AnyTagClassName
{
color: #BB424D;
}
</style>
background-color css
<style>
a { background-color: #BB424D; }
a { background-color: rgb(187,66,77); }
div.DivClassName
{
background-color: #BB424D;
}
.BgClassName
{
background-color: #BB424D;
}
</style>
border-color css
<style>
span { border-color: #BB424D; }
span { border-color: rgb(187,66,77); }
td.TdClassName
{
border-color: #BB424D;
}
.TagClassName
{
border-color: #BB424D;
}
</style>