Shades of Old Rose #BB3953
Tints of Old Rose #BB3953
RGB
CMYK
RGB Variations
Color information
#BB3953 (or 0xBB3953) is known color: Old Rose. HEX triplet: BB, 39 and 53. RGB value is (187,57,83). Sum of RGB (Red+Green+Blue) = 187+57+83=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3953 is #44C6AC. Grayscale: #626262. Windows color (decimal): -4507309 or 5454267. OLE color: 5454267.
HSL color Cylindrical-coordinate representation of color #BB3953: hue angle of 348º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3953 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 83 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.27 |
| HSL | 348º | 0.53% | 0.48% | - |
| HSV(B) | 348º | 0.7% | 0.73% | - |
| XYZ | 23.52 | 14.12 | 9.67 | - |
| YUV | 98.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 83 | 0 | 0.70 | 0.56 | 0.27 | 348 | 0.53 | 0.48 |
| Hex | BB | 39 | 53 | 0 | 46 | 38 | 1B | 15C | 35 | 30 |
| Octal | 273 | 71 | 123 | 0 | 106 | 70 | 33 | 534 | 65 | 60 |
| Binary | 10111011 | 111001 | 1010011 | 0 | 1000110 | 111000 | 11011 | 101011100 | 110101 | 110000 |
Color Harmonies of #BB3953
Complementary color
Monochromatic Colors of #BB3953
Black with #BB3953
Text Example
Text Example
White with #BB3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3953; }
p { color: rgb(187,57,83); }
H1.HeaderClassName
{
color: #BB3953;
}
.AnyTagClassName
{
color: #BB3953;
}
</style>
background-color css
<style>
a { background-color: #BB3953; }
a { background-color: rgb(187,57,83); }
div.DivClassName
{
background-color: #BB3953;
}
.BgClassName
{
background-color: #BB3953;
}
</style>
border-color css
<style>
span { border-color: #BB3953; }
span { border-color: rgb(187,57,83); }
td.TdClassName
{
border-color: #BB3953;
}
.TagClassName
{
border-color: #BB3953;
}
</style>