Shades of Old Rose #BB3553
Tints of Old Rose #BB3553
RGB
CMYK
RGB Variations
Color information
#BB3553 (or 0xBB3553) is known color: Old Rose. HEX triplet: BB, 35 and 53. RGB value is (187,53,83). Sum of RGB (Red+Green+Blue) = 187+53+83=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3553 is #44CAAC. Grayscale: #606060. Windows color (decimal): -4508333 or 5453243. OLE color: 5453243.
HSL color Cylindrical-coordinate representation of color #BB3553: hue angle of 346.57º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3553 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 83 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.27 |
| HSL | 346.57º | 0.56% | 0.47% | - |
| HSV(B) | 346.57º | 0.72% | 0.73% | - |
| XYZ | 23.33 | 13.74 | 9.61 | - |
| YUV | 96.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 83 | 0 | 0.72 | 0.56 | 0.27 | 346.57 | 0.56 | 0.47 |
| Hex | BB | 35 | 53 | 0 | 48 | 38 | 1B | 15B | 38 | 2F |
| Octal | 273 | 65 | 123 | 0 | 110 | 70 | 33 | 533 | 70 | 57 |
| Binary | 10111011 | 110101 | 1010011 | 0 | 1001000 | 111000 | 11011 | 101011011 | 111000 | 101111 |
Color Harmonies of #BB3553
Complementary color
Monochromatic Colors of #BB3553
Black with #BB3553
Text Example
Text Example
White with #BB3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3553; }
p { color: rgb(187,53,83); }
H1.HeaderClassName
{
color: #BB3553;
}
.AnyTagClassName
{
color: #BB3553;
}
</style>
background-color css
<style>
a { background-color: #BB3553; }
a { background-color: rgb(187,53,83); }
div.DivClassName
{
background-color: #BB3553;
}
.BgClassName
{
background-color: #BB3553;
}
</style>
border-color css
<style>
span { border-color: #BB3553; }
span { border-color: rgb(187,53,83); }
td.TdClassName
{
border-color: #BB3553;
}
.TagClassName
{
border-color: #BB3553;
}
</style>