Shades of Old Rose #BB285A
Tints of Old Rose #BB285A
RGB
CMYK
RGB Variations
Color information
#BB285A (or 0xBB285A) is known color: Old Rose. HEX triplet: BB, 28 and 5A. RGB value is (187,40,90). Sum of RGB (Red+Green+Blue) = 187+40+90=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB285A is #44D7A5. Grayscale: #595959. Windows color (decimal): -4511654 or 5908667. OLE color: 5908667.
HSL color Cylindrical-coordinate representation of color #BB285A: hue angle of 339.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB285A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 90 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.27 |
| HSL | 339.59º | 0.65% | 0.45% | - |
| HSV(B) | 339.59º | 0.79% | 0.73% | - |
| XYZ | 23.1 | 12.82 | 10.93 | - |
| YUV | 89.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 90 | 0 | 0.79 | 0.52 | 0.27 | 339.59 | 0.65 | 0.45 |
| Hex | BB | 28 | 5A | 0 | 4F | 34 | 1B | 154 | 41 | 2D |
| Octal | 273 | 50 | 132 | 0 | 117 | 64 | 33 | 524 | 101 | 55 |
| Binary | 10111011 | 101000 | 1011010 | 0 | 1001111 | 110100 | 11011 | 101010100 | 1000001 | 101101 |
Color Harmonies of #BB285A
Complementary color
Monochromatic Colors of #BB285A
Black with #BB285A
Text Example
Text Example
White with #BB285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB285A; }
p { color: rgb(187,40,90); }
H1.HeaderClassName
{
color: #BB285A;
}
.AnyTagClassName
{
color: #BB285A;
}
</style>
background-color css
<style>
a { background-color: #BB285A; }
a { background-color: rgb(187,40,90); }
div.DivClassName
{
background-color: #BB285A;
}
.BgClassName
{
background-color: #BB285A;
}
</style>
border-color css
<style>
span { border-color: #BB285A; }
span { border-color: rgb(187,40,90); }
td.TdClassName
{
border-color: #BB285A;
}
.TagClassName
{
border-color: #BB285A;
}
</style>