Shades of Old Rose #BB234C
Tints of Old Rose #BB234C
RGB
CMYK
RGB Variations
Color information
#BB234C (or 0xBB234C) is known color: Old Rose. HEX triplet: BB, 23 and 4C. RGB value is (187,35,76). Sum of RGB (Red+Green+Blue) = 187+35+76=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB234C is #44DCB3. Grayscale: #555555. Windows color (decimal): -4512948 or 4989883. OLE color: 4989883.
HSL color Cylindrical-coordinate representation of color #BB234C: hue angle of 343.82º 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 #BB234C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 76 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.27 |
| HSL | 343.82º | 0.68% | 0.44% | - |
| HSV(B) | 343.82º | 0.81% | 0.73% | - |
| XYZ | 22.4 | 12.29 | 8.03 | - |
| YUV | 85.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 76 | 0 | 0.81 | 0.59 | 0.27 | 343.82 | 0.68 | 0.44 |
| Hex | BB | 23 | 4C | 0 | 51 | 3B | 1B | 158 | 44 | 2C |
| Octal | 273 | 43 | 114 | 0 | 121 | 73 | 33 | 530 | 104 | 54 |
| Binary | 10111011 | 100011 | 1001100 | 0 | 1010001 | 111011 | 11011 | 101011000 | 1000100 | 101100 |
Color Harmonies of #BB234C
Complementary color
Monochromatic Colors of #BB234C
Black with #BB234C
Text Example
Text Example
White with #BB234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB234C; }
p { color: rgb(187,35,76); }
H1.HeaderClassName
{
color: #BB234C;
}
.AnyTagClassName
{
color: #BB234C;
}
</style>
background-color css
<style>
a { background-color: #BB234C; }
a { background-color: rgb(187,35,76); }
div.DivClassName
{
background-color: #BB234C;
}
.BgClassName
{
background-color: #BB234C;
}
</style>
border-color css
<style>
span { border-color: #BB234C; }
span { border-color: rgb(187,35,76); }
td.TdClassName
{
border-color: #BB234C;
}
.TagClassName
{
border-color: #BB234C;
}
</style>