Shades of Old Rose #BB2744
Tints of Old Rose #BB2744
RGB
CMYK
RGB Variations
Color information
#BB2744 (or 0xBB2744) is known color: Old Rose. HEX triplet: BB, 27 and 44. RGB value is (187,39,68). Sum of RGB (Red+Green+Blue) = 187+39+68=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2744 is #44D8BB. Grayscale: #565656. Windows color (decimal): -4511932 or 4466619. OLE color: 4466619.
HSL color Cylindrical-coordinate representation of color #BB2744: hue angle of 348.24º 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 #BB2744 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 68 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.27 |
| HSL | 348.24º | 0.65% | 0.44% | - |
| HSV(B) | 348.24º | 0.79% | 0.73% | - |
| XYZ | 22.26 | 12.43 | 6.7 | - |
| YUV | 86.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 68 | 0 | 0.79 | 0.64 | 0.27 | 348.24 | 0.65 | 0.44 |
| Hex | BB | 27 | 44 | 0 | 4F | 40 | 1B | 15C | 41 | 2C |
| Octal | 273 | 47 | 104 | 0 | 117 | 100 | 33 | 534 | 101 | 54 |
| Binary | 10111011 | 100111 | 1000100 | 0 | 1001111 | 1000000 | 11011 | 101011100 | 1000001 | 101100 |
Color Harmonies of #BB2744
Complementary color
Monochromatic Colors of #BB2744
Black with #BB2744
Text Example
Text Example
White with #BB2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2744; }
p { color: rgb(187,39,68); }
H1.HeaderClassName
{
color: #BB2744;
}
.AnyTagClassName
{
color: #BB2744;
}
</style>
background-color css
<style>
a { background-color: #BB2744; }
a { background-color: rgb(187,39,68); }
div.DivClassName
{
background-color: #BB2744;
}
.BgClassName
{
background-color: #BB2744;
}
</style>
border-color css
<style>
span { border-color: #BB2744; }
span { border-color: rgb(187,39,68); }
td.TdClassName
{
border-color: #BB2744;
}
.TagClassName
{
border-color: #BB2744;
}
</style>