Shades of Old Rose #BB1D5C
Tints of Old Rose #BB1D5C
RGB
CMYK
RGB Variations
Color information
#BB1D5C (or 0xBB1D5C) is known color: Old Rose. HEX triplet: BB, 1D and 5C. RGB value is (187,29,92). Sum of RGB (Red+Green+Blue) = 187+29+92=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D5C is #44E2A3. Grayscale: #535353. Windows color (decimal): -4514468 or 6036923. OLE color: 6036923.
HSL color Cylindrical-coordinate representation of color #BB1D5C: hue angle of 336.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D5C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 92 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.27 |
| HSL | 336.08º | 0.73% | 0.42% | - |
| HSV(B) | 336.08º | 0.84% | 0.73% | - |
| XYZ | 22.86 | 12.22 | 11.28 | - |
| YUV | 83.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 92 | 0 | 0.84 | 0.51 | 0.27 | 336.08 | 0.73 | 0.42 |
| Hex | BB | 1D | 5C | 0 | 54 | 33 | 1B | 150 | 49 | 2A |
| Octal | 273 | 35 | 134 | 0 | 124 | 63 | 33 | 520 | 111 | 52 |
| Binary | 10111011 | 11101 | 1011100 | 0 | 1010100 | 110011 | 11011 | 101010000 | 1001001 | 101010 |
Color Harmonies of #BB1D5C
Complementary color
Monochromatic Colors of #BB1D5C
Black with #BB1D5C
Text Example
Text Example
White with #BB1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D5C; }
p { color: rgb(187,29,92); }
H1.HeaderClassName
{
color: #BB1D5C;
}
.AnyTagClassName
{
color: #BB1D5C;
}
</style>
background-color css
<style>
a { background-color: #BB1D5C; }
a { background-color: rgb(187,29,92); }
div.DivClassName
{
background-color: #BB1D5C;
}
.BgClassName
{
background-color: #BB1D5C;
}
</style>
border-color css
<style>
span { border-color: #BB1D5C; }
span { border-color: rgb(187,29,92); }
td.TdClassName
{
border-color: #BB1D5C;
}
.TagClassName
{
border-color: #BB1D5C;
}
</style>