Shades of Old Rose #BB275F
Tints of Old Rose #BB275F
RGB
CMYK
RGB Variations
Color information
#BB275F (or 0xBB275F) is known color: Old Rose. HEX triplet: BB, 27 and 5F. RGB value is (187,39,95). Sum of RGB (Red+Green+Blue) = 187+39+95=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB275F is #44D8A0. Grayscale: #595959. Windows color (decimal): -4511905 or 6236091. OLE color: 6236091.
HSL color Cylindrical-coordinate representation of color #BB275F: hue angle of 337.3º 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 #BB275F is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 95 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.27 |
| HSL | 337.3º | 0.65% | 0.44% | - |
| HSV(B) | 337.3º | 0.79% | 0.73% | - |
| XYZ | 23.28 | 12.84 | 12.08 | - |
| YUV | 89.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 95 | 0 | 0.79 | 0.49 | 0.27 | 337.3 | 0.65 | 0.44 |
| Hex | BB | 27 | 5F | 0 | 4F | 31 | 1B | 151 | 41 | 2C |
| Octal | 273 | 47 | 137 | 0 | 117 | 61 | 33 | 521 | 101 | 54 |
| Binary | 10111011 | 100111 | 1011111 | 0 | 1001111 | 110001 | 11011 | 101010001 | 1000001 | 101100 |
Color Harmonies of #BB275F
Complementary color
Monochromatic Colors of #BB275F
Black with #BB275F
Text Example
Text Example
White with #BB275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB275F; }
p { color: rgb(187,39,95); }
H1.HeaderClassName
{
color: #BB275F;
}
.AnyTagClassName
{
color: #BB275F;
}
</style>
background-color css
<style>
a { background-color: #BB275F; }
a { background-color: rgb(187,39,95); }
div.DivClassName
{
background-color: #BB275F;
}
.BgClassName
{
background-color: #BB275F;
}
</style>
border-color css
<style>
span { border-color: #BB275F; }
span { border-color: rgb(187,39,95); }
td.TdClassName
{
border-color: #BB275F;
}
.TagClassName
{
border-color: #BB275F;
}
</style>