Shades of Old Rose #BB274E
Tints of Old Rose #BB274E
RGB
CMYK
RGB Variations
Color information
#BB274E (or 0xBB274E) is known color: Old Rose. HEX triplet: BB, 27 and 4E. RGB value is (187,39,78). Sum of RGB (Red+Green+Blue) = 187+39+78=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB274E is #44D8B1. Grayscale: #575757. Windows color (decimal): -4511922 or 5121979. OLE color: 5121979.
HSL color Cylindrical-coordinate representation of color #BB274E: hue angle of 344.19º 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 #BB274E is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 78 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.27 |
| HSL | 344.19º | 0.65% | 0.44% | - |
| HSV(B) | 344.19º | 0.79% | 0.73% | - |
| XYZ | 22.59 | 12.57 | 8.44 | - |
| YUV | 87.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 78 | 0 | 0.79 | 0.58 | 0.27 | 344.19 | 0.65 | 0.44 |
| Hex | BB | 27 | 4E | 0 | 4F | 3A | 1B | 158 | 41 | 2C |
| Octal | 273 | 47 | 116 | 0 | 117 | 72 | 33 | 530 | 101 | 54 |
| Binary | 10111011 | 100111 | 1001110 | 0 | 1001111 | 111010 | 11011 | 101011000 | 1000001 | 101100 |
Color Harmonies of #BB274E
Complementary color
Monochromatic Colors of #BB274E
Black with #BB274E
Text Example
Text Example
White with #BB274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB274E; }
p { color: rgb(187,39,78); }
H1.HeaderClassName
{
color: #BB274E;
}
.AnyTagClassName
{
color: #BB274E;
}
</style>
background-color css
<style>
a { background-color: #BB274E; }
a { background-color: rgb(187,39,78); }
div.DivClassName
{
background-color: #BB274E;
}
.BgClassName
{
background-color: #BB274E;
}
</style>
border-color css
<style>
span { border-color: #BB274E; }
span { border-color: rgb(187,39,78); }
td.TdClassName
{
border-color: #BB274E;
}
.TagClassName
{
border-color: #BB274E;
}
</style>