Shades of Old Rose #BB1E5C
Tints of Old Rose #BB1E5C
RGB
CMYK
RGB Variations
Color information
#BB1E5C (or 0xBB1E5C) is known color: Old Rose. HEX triplet: BB, 1E and 5C. RGB value is (187,30,92). Sum of RGB (Red+Green+Blue) = 187+30+92=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5C is #44E1A3. Grayscale: #535353. Windows color (decimal): -4514212 or 6037179. OLE color: 6037179.
HSL color Cylindrical-coordinate representation of color #BB1E5C: hue angle of 336.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E5C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 92 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.27 |
| HSL | 336.31º | 0.72% | 0.43% | - |
| HSV(B) | 336.31º | 0.84% | 0.73% | - |
| XYZ | 22.89 | 12.27 | 11.29 | - |
| YUV | 84.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 92 | 0 | 0.84 | 0.51 | 0.27 | 336.31 | 0.72 | 0.43 |
| Hex | BB | 1E | 5C | 0 | 54 | 33 | 1B | 150 | 48 | 2B |
| Octal | 273 | 36 | 134 | 0 | 124 | 63 | 33 | 520 | 110 | 53 |
| Binary | 10111011 | 11110 | 1011100 | 0 | 1010100 | 110011 | 11011 | 101010000 | 1001000 | 101011 |
Color Harmonies of #BB1E5C
Complementary color
Monochromatic Colors of #BB1E5C
Black with #BB1E5C
Text Example
Text Example
White with #BB1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E5C; }
p { color: rgb(187,30,92); }
H1.HeaderClassName
{
color: #BB1E5C;
}
.AnyTagClassName
{
color: #BB1E5C;
}
</style>
background-color css
<style>
a { background-color: #BB1E5C; }
a { background-color: rgb(187,30,92); }
div.DivClassName
{
background-color: #BB1E5C;
}
.BgClassName
{
background-color: #BB1E5C;
}
</style>
border-color css
<style>
span { border-color: #BB1E5C; }
span { border-color: rgb(187,30,92); }
td.TdClassName
{
border-color: #BB1E5C;
}
.TagClassName
{
border-color: #BB1E5C;
}
</style>