Shades of Old Rose #BB234D
Tints of Old Rose #BB234D
RGB
CMYK
RGB Variations
Color information
#BB234D (or 0xBB234D) is known color: Old Rose. HEX triplet: BB, 23 and 4D. RGB value is (187,35,77). Sum of RGB (Red+Green+Blue) = 187+35+77=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB234D is #44DCB2. Grayscale: #555555. Windows color (decimal): -4512947 or 5055419. OLE color: 5055419.
HSL color Cylindrical-coordinate representation of color #BB234D: hue angle of 343.42º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB234D is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 77 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.27 |
| HSL | 343.42º | 0.68% | 0.44% | - |
| HSV(B) | 343.42º | 0.81% | 0.73% | - |
| XYZ | 22.43 | 12.3 | 8.21 | - |
| YUV | 85.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 77 | 0 | 0.81 | 0.59 | 0.27 | 343.42 | 0.68 | 0.44 |
| Hex | BB | 23 | 4D | 0 | 51 | 3B | 1B | 157 | 44 | 2C |
| Octal | 273 | 43 | 115 | 0 | 121 | 73 | 33 | 527 | 104 | 54 |
| Binary | 10111011 | 100011 | 1001101 | 0 | 1010001 | 111011 | 11011 | 101010111 | 1000100 | 101100 |
Color Harmonies of #BB234D
Complementary color
Monochromatic Colors of #BB234D
Black with #BB234D
Text Example
Text Example
White with #BB234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB234D; }
p { color: rgb(187,35,77); }
H1.HeaderClassName
{
color: #BB234D;
}
.AnyTagClassName
{
color: #BB234D;
}
</style>
background-color css
<style>
a { background-color: #BB234D; }
a { background-color: rgb(187,35,77); }
div.DivClassName
{
background-color: #BB234D;
}
.BgClassName
{
background-color: #BB234D;
}
</style>
border-color css
<style>
span { border-color: #BB234D; }
span { border-color: rgb(187,35,77); }
td.TdClassName
{
border-color: #BB234D;
}
.TagClassName
{
border-color: #BB234D;
}
</style>