Shades of Old Rose #BB394C
Tints of Old Rose #BB394C
RGB
CMYK
RGB Variations
Color information
#BB394C (or 0xBB394C) is known color: Old Rose. HEX triplet: BB, 39 and 4C. RGB value is (187,57,76). Sum of RGB (Red+Green+Blue) = 187+57+76=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB394C is #44C6B3. Grayscale: #626262. Windows color (decimal): -4507316 or 4995515. OLE color: 4995515.
HSL color Cylindrical-coordinate representation of color #BB394C: hue angle of 351.23º 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 #BB394C is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 76 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.27 |
| HSL | 351.23º | 0.53% | 0.48% | - |
| HSV(B) | 351.23º | 0.7% | 0.73% | - |
| XYZ | 23.26 | 14.01 | 8.32 | - |
| YUV | 98.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 76 | 0 | 0.70 | 0.59 | 0.27 | 351.23 | 0.53 | 0.48 |
| Hex | BB | 39 | 4C | 0 | 46 | 3B | 1B | 15F | 35 | 30 |
| Octal | 273 | 71 | 114 | 0 | 106 | 73 | 33 | 537 | 65 | 60 |
| Binary | 10111011 | 111001 | 1001100 | 0 | 1000110 | 111011 | 11011 | 101011111 | 110101 | 110000 |
Color Harmonies of #BB394C
Complementary color
Monochromatic Colors of #BB394C
Black with #BB394C
Text Example
Text Example
White with #BB394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB394C; }
p { color: rgb(187,57,76); }
H1.HeaderClassName
{
color: #BB394C;
}
.AnyTagClassName
{
color: #BB394C;
}
</style>
background-color css
<style>
a { background-color: #BB394C; }
a { background-color: rgb(187,57,76); }
div.DivClassName
{
background-color: #BB394C;
}
.BgClassName
{
background-color: #BB394C;
}
</style>
border-color css
<style>
span { border-color: #BB394C; }
span { border-color: rgb(187,57,76); }
td.TdClassName
{
border-color: #BB394C;
}
.TagClassName
{
border-color: #BB394C;
}
</style>