Shades of Old Rose #BB2755
Tints of Old Rose #BB2755
RGB
CMYK
RGB Variations
Color information
#BB2755 (or 0xBB2755) is known color: Old Rose. HEX triplet: BB, 27 and 55. RGB value is (187,39,85). Sum of RGB (Red+Green+Blue) = 187+39+85=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2755 is #44D8AA. Grayscale: #585858. Windows color (decimal): -4511915 or 5580731. OLE color: 5580731.
HSL color Cylindrical-coordinate representation of color #BB2755: hue angle of 341.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2755 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 85 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.27 |
| HSL | 341.35º | 0.65% | 0.44% | - |
| HSV(B) | 341.35º | 0.79% | 0.73% | - |
| XYZ | 22.86 | 12.67 | 9.84 | - |
| YUV | 88.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 85 | 0 | 0.79 | 0.55 | 0.27 | 341.35 | 0.65 | 0.44 |
| Hex | BB | 27 | 55 | 0 | 4F | 37 | 1B | 155 | 41 | 2C |
| Octal | 273 | 47 | 125 | 0 | 117 | 67 | 33 | 525 | 101 | 54 |
| Binary | 10111011 | 100111 | 1010101 | 0 | 1001111 | 110111 | 11011 | 101010101 | 1000001 | 101100 |
Color Harmonies of #BB2755
Complementary color
Monochromatic Colors of #BB2755
Black with #BB2755
Text Example
Text Example
White with #BB2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2755; }
p { color: rgb(187,39,85); }
H1.HeaderClassName
{
color: #BB2755;
}
.AnyTagClassName
{
color: #BB2755;
}
</style>
background-color css
<style>
a { background-color: #BB2755; }
a { background-color: rgb(187,39,85); }
div.DivClassName
{
background-color: #BB2755;
}
.BgClassName
{
background-color: #BB2755;
}
</style>
border-color css
<style>
span { border-color: #BB2755; }
span { border-color: rgb(187,39,85); }
td.TdClassName
{
border-color: #BB2755;
}
.TagClassName
{
border-color: #BB2755;
}
</style>