Shades of Old Rose #BB254E
Tints of Old Rose #BB254E
RGB
CMYK
RGB Variations
Color information
#BB254E (or 0xBB254E) is known color: Old Rose. HEX triplet: BB, 25 and 4E. RGB value is (187,37,78). Sum of RGB (Red+Green+Blue) = 187+37+78=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB254E is #44DAB1. Grayscale: #565656. Windows color (decimal): -4512434 or 5121467. OLE color: 5121467.
HSL color Cylindrical-coordinate representation of color #BB254E: hue angle of 343.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB254E is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 78 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.27 |
| HSL | 343.6º | 0.67% | 0.44% | - |
| HSV(B) | 343.6º | 0.8% | 0.73% | - |
| XYZ | 22.53 | 12.44 | 8.42 | - |
| YUV | 86.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 78 | 0 | 0.80 | 0.58 | 0.27 | 343.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 4E | 0 | 50 | 3A | 1B | 158 | 43 | 2C |
| Octal | 273 | 45 | 116 | 0 | 120 | 72 | 33 | 530 | 103 | 54 |
| Binary | 10111011 | 100101 | 1001110 | 0 | 1010000 | 111010 | 11011 | 101011000 | 1000011 | 101100 |
Color Harmonies of #BB254E
Complementary color
Monochromatic Colors of #BB254E
Black with #BB254E
Text Example
Text Example
White with #BB254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB254E; }
p { color: rgb(187,37,78); }
H1.HeaderClassName
{
color: #BB254E;
}
.AnyTagClassName
{
color: #BB254E;
}
</style>
background-color css
<style>
a { background-color: #BB254E; }
a { background-color: rgb(187,37,78); }
div.DivClassName
{
background-color: #BB254E;
}
.BgClassName
{
background-color: #BB254E;
}
</style>
border-color css
<style>
span { border-color: #BB254E; }
span { border-color: rgb(187,37,78); }
td.TdClassName
{
border-color: #BB254E;
}
.TagClassName
{
border-color: #BB254E;
}
</style>