Shades of Old Rose #BB285C
Tints of Old Rose #BB285C
RGB
CMYK
RGB Variations
Color information
#BB285C (or 0xBB285C) is known color: Old Rose. HEX triplet: BB, 28 and 5C. RGB value is (187,40,92). Sum of RGB (Red+Green+Blue) = 187+40+92=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB285C is #44D7A3. Grayscale: #595959. Windows color (decimal): -4511652 or 6039739. OLE color: 6039739.
HSL color Cylindrical-coordinate representation of color #BB285C: hue angle of 338.78º 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 #BB285C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 92 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.27 |
| HSL | 338.78º | 0.65% | 0.45% | - |
| HSV(B) | 338.78º | 0.79% | 0.73% | - |
| XYZ | 23.18 | 12.86 | 11.38 | - |
| YUV | 89.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 92 | 0 | 0.79 | 0.51 | 0.27 | 338.78 | 0.65 | 0.45 |
| Hex | BB | 28 | 5C | 0 | 4F | 33 | 1B | 153 | 41 | 2D |
| Octal | 273 | 50 | 134 | 0 | 117 | 63 | 33 | 523 | 101 | 55 |
| Binary | 10111011 | 101000 | 1011100 | 0 | 1001111 | 110011 | 11011 | 101010011 | 1000001 | 101101 |
Color Harmonies of #BB285C
Complementary color
Monochromatic Colors of #BB285C
Black with #BB285C
Text Example
Text Example
White with #BB285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB285C; }
p { color: rgb(187,40,92); }
H1.HeaderClassName
{
color: #BB285C;
}
.AnyTagClassName
{
color: #BB285C;
}
</style>
background-color css
<style>
a { background-color: #BB285C; }
a { background-color: rgb(187,40,92); }
div.DivClassName
{
background-color: #BB285C;
}
.BgClassName
{
background-color: #BB285C;
}
</style>
border-color css
<style>
span { border-color: #BB285C; }
span { border-color: rgb(187,40,92); }
td.TdClassName
{
border-color: #BB285C;
}
.TagClassName
{
border-color: #BB285C;
}
</style>