Shades of Old Rose #BB234B
Tints of Old Rose #BB234B
RGB
CMYK
RGB Variations
Color information
#BB234B (or 0xBB234B) is known color: Old Rose. HEX triplet: BB, 23 and 4B. RGB value is (187,35,75). Sum of RGB (Red+Green+Blue) = 187+35+75=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB234B is #44DCB4. Grayscale: #555555. Windows color (decimal): -4512949 or 4924347. OLE color: 4924347.
HSL color Cylindrical-coordinate representation of color #BB234B: hue angle of 344.21º 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 #BB234B is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 75 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.27 |
| HSL | 344.21º | 0.68% | 0.44% | - |
| HSV(B) | 344.21º | 0.81% | 0.73% | - |
| XYZ | 22.36 | 12.27 | 7.85 | - |
| YUV | 85.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 75 | 0 | 0.81 | 0.60 | 0.27 | 344.21 | 0.68 | 0.44 |
| Hex | BB | 23 | 4B | 0 | 51 | 3C | 1B | 158 | 44 | 2C |
| Octal | 273 | 43 | 113 | 0 | 121 | 74 | 33 | 530 | 104 | 54 |
| Binary | 10111011 | 100011 | 1001011 | 0 | 1010001 | 111100 | 11011 | 101011000 | 1000100 | 101100 |
Color Harmonies of #BB234B
Complementary color
Monochromatic Colors of #BB234B
Black with #BB234B
Text Example
Text Example
White with #BB234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB234B; }
p { color: rgb(187,35,75); }
H1.HeaderClassName
{
color: #BB234B;
}
.AnyTagClassName
{
color: #BB234B;
}
</style>
background-color css
<style>
a { background-color: #BB234B; }
a { background-color: rgb(187,35,75); }
div.DivClassName
{
background-color: #BB234B;
}
.BgClassName
{
background-color: #BB234B;
}
</style>
border-color css
<style>
span { border-color: #BB234B; }
span { border-color: rgb(187,35,75); }
td.TdClassName
{
border-color: #BB234B;
}
.TagClassName
{
border-color: #BB234B;
}
</style>