Shades of Old Rose #BB255D
Tints of Old Rose #BB255D
RGB
CMYK
RGB Variations
Color information
#BB255D (or 0xBB255D) is known color: Old Rose. HEX triplet: BB, 25 and 5D. RGB value is (187,37,93). Sum of RGB (Red+Green+Blue) = 187+37+93=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB255D is #44DAA2. Grayscale: #585858. Windows color (decimal): -4512419 or 6104507. OLE color: 6104507.
HSL color Cylindrical-coordinate representation of color #BB255D: hue angle of 337.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 #BB255D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 93 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.27 |
| HSL | 337.6º | 0.67% | 0.44% | - |
| HSV(B) | 337.6º | 0.8% | 0.73% | - |
| XYZ | 23.13 | 12.68 | 11.58 | - |
| YUV | 88.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 93 | 0 | 0.80 | 0.50 | 0.27 | 337.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 5D | 0 | 50 | 32 | 1B | 152 | 43 | 2C |
| Octal | 273 | 45 | 135 | 0 | 120 | 62 | 33 | 522 | 103 | 54 |
| Binary | 10111011 | 100101 | 1011101 | 0 | 1010000 | 110010 | 11011 | 101010010 | 1000011 | 101100 |
Color Harmonies of #BB255D
Complementary color
Monochromatic Colors of #BB255D
Black with #BB255D
Text Example
Text Example
White with #BB255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB255D; }
p { color: rgb(187,37,93); }
H1.HeaderClassName
{
color: #BB255D;
}
.AnyTagClassName
{
color: #BB255D;
}
</style>
background-color css
<style>
a { background-color: #BB255D; }
a { background-color: rgb(187,37,93); }
div.DivClassName
{
background-color: #BB255D;
}
.BgClassName
{
background-color: #BB255D;
}
</style>
border-color css
<style>
span { border-color: #BB255D; }
span { border-color: rgb(187,37,93); }
td.TdClassName
{
border-color: #BB255D;
}
.TagClassName
{
border-color: #BB255D;
}
</style>