Shades of Old Rose #BB424E
Tints of Old Rose #BB424E
RGB
CMYK
RGB Variations
Color information
#BB424E (or 0xBB424E) is known color: Old Rose. HEX triplet: BB, 42 and 4E. RGB value is (187,66,78). Sum of RGB (Red+Green+Blue) = 187+66+78=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB424E is #44BDB1. Grayscale: #676767. Windows color (decimal): -4505010 or 5128891. OLE color: 5128891.
HSL color Cylindrical-coordinate representation of color #BB424E: hue angle of 354.05º 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 #BB424E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 78 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.27 |
| HSL | 354.05º | 0.48% | 0.5% | - |
| HSV(B) | 354.05º | 0.65% | 0.73% | - |
| XYZ | 23.82 | 15.01 | 8.85 | - |
| YUV | 103.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 78 | 0 | 0.65 | 0.58 | 0.27 | 354.05 | 0.48 | 0.5 |
| Hex | BB | 42 | 4E | 0 | 41 | 3A | 1B | 162 | 30 | 32 |
| Octal | 273 | 102 | 116 | 0 | 101 | 72 | 33 | 542 | 60 | 62 |
| Binary | 10111011 | 1000010 | 1001110 | 0 | 1000001 | 111010 | 11011 | 101100010 | 110000 | 110010 |
Color Harmonies of #BB424E
Complementary color
Monochromatic Colors of #BB424E
Black with #BB424E
Text Example
Text Example
White with #BB424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB424E; }
p { color: rgb(187,66,78); }
H1.HeaderClassName
{
color: #BB424E;
}
.AnyTagClassName
{
color: #BB424E;
}
</style>
background-color css
<style>
a { background-color: #BB424E; }
a { background-color: rgb(187,66,78); }
div.DivClassName
{
background-color: #BB424E;
}
.BgClassName
{
background-color: #BB424E;
}
</style>
border-color css
<style>
span { border-color: #BB424E; }
span { border-color: rgb(187,66,78); }
td.TdClassName
{
border-color: #BB424E;
}
.TagClassName
{
border-color: #BB424E;
}
</style>