Shades of Old Rose #BB334B
Tints of Old Rose #BB334B
RGB
CMYK
RGB Variations
Color information
#BB334B (or 0xBB334B) is known color: Old Rose. HEX triplet: BB, 33 and 4B. RGB value is (187,51,75). Sum of RGB (Red+Green+Blue) = 187+51+75=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB334B is #44CCB4. Grayscale: #5E5E5E. Windows color (decimal): -4508853 or 4928443. OLE color: 4928443.
HSL color Cylindrical-coordinate representation of color #BB334B: hue angle of 349.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB334B is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 75 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.27 |
| HSL | 349.41º | 0.57% | 0.47% | - |
| HSV(B) | 349.41º | 0.73% | 0.73% | - |
| XYZ | 22.95 | 13.44 | 8.04 | - |
| YUV | 94.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 75 | 0 | 0.73 | 0.60 | 0.27 | 349.41 | 0.57 | 0.47 |
| Hex | BB | 33 | 4B | 0 | 49 | 3C | 1B | 15D | 39 | 2F |
| Octal | 273 | 63 | 113 | 0 | 111 | 74 | 33 | 535 | 71 | 57 |
| Binary | 10111011 | 110011 | 1001011 | 0 | 1001001 | 111100 | 11011 | 101011101 | 111001 | 101111 |
Color Harmonies of #BB334B
Complementary color
Monochromatic Colors of #BB334B
Black with #BB334B
Text Example
Text Example
White with #BB334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB334B; }
p { color: rgb(187,51,75); }
H1.HeaderClassName
{
color: #BB334B;
}
.AnyTagClassName
{
color: #BB334B;
}
</style>
background-color css
<style>
a { background-color: #BB334B; }
a { background-color: rgb(187,51,75); }
div.DivClassName
{
background-color: #BB334B;
}
.BgClassName
{
background-color: #BB334B;
}
</style>
border-color css
<style>
span { border-color: #BB334B; }
span { border-color: rgb(187,51,75); }
td.TdClassName
{
border-color: #BB334B;
}
.TagClassName
{
border-color: #BB334B;
}
</style>