Shades of Old Rose #BB274C
Tints of Old Rose #BB274C
RGB
CMYK
RGB Variations
Color information
#BB274C (or 0xBB274C) is known color: Old Rose. HEX triplet: BB, 27 and 4C. RGB value is (187,39,76). Sum of RGB (Red+Green+Blue) = 187+39+76=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB274C is #44D8B3. Grayscale: #575757. Windows color (decimal): -4511924 or 4990907. OLE color: 4990907.
HSL color Cylindrical-coordinate representation of color #BB274C: hue angle of 345º 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 #BB274C is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 76 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.27 |
| HSL | 345º | 0.65% | 0.44% | - |
| HSV(B) | 345º | 0.79% | 0.73% | - |
| XYZ | 22.52 | 12.54 | 8.07 | - |
| YUV | 87.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 76 | 0 | 0.79 | 0.59 | 0.27 | 345 | 0.65 | 0.44 |
| Hex | BB | 27 | 4C | 0 | 4F | 3B | 1B | 159 | 41 | 2C |
| Octal | 273 | 47 | 114 | 0 | 117 | 73 | 33 | 531 | 101 | 54 |
| Binary | 10111011 | 100111 | 1001100 | 0 | 1001111 | 111011 | 11011 | 101011001 | 1000001 | 101100 |
Color Harmonies of #BB274C
Complementary color
Monochromatic Colors of #BB274C
Black with #BB274C
Text Example
Text Example
White with #BB274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB274C; }
p { color: rgb(187,39,76); }
H1.HeaderClassName
{
color: #BB274C;
}
.AnyTagClassName
{
color: #BB274C;
}
</style>
background-color css
<style>
a { background-color: #BB274C; }
a { background-color: rgb(187,39,76); }
div.DivClassName
{
background-color: #BB274C;
}
.BgClassName
{
background-color: #BB274C;
}
</style>
border-color css
<style>
span { border-color: #BB274C; }
span { border-color: rgb(187,39,76); }
td.TdClassName
{
border-color: #BB274C;
}
.TagClassName
{
border-color: #BB274C;
}
</style>