Shades of Red Damask #BB7552
Tints of Red Damask #BB7552
RGB
CMYK
RGB Variations
Color information
#BB7552 (or 0xBB7552) is known color: Red Damask. HEX triplet: BB, 75 and 52. RGB value is (187,117,82). Sum of RGB (Red+Green+Blue) = 187+117+82=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7552 is #448AAD. Grayscale: #868686. Windows color (decimal): -4491950 or 5404091. OLE color: 5404091.
HSL color Cylindrical-coordinate representation of color #BB7552: hue angle of 20º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB7552 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 82 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.27 |
| HSL | 20º | 0.44% | 0.53% | - |
| HSV(B) | 20º | 0.56% | 0.73% | - |
| XYZ | 28.38 | 23.9 | 11.1 | - |
| YUV | 133.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 82 | 0 | 0.37 | 0.56 | 0.27 | 20 | 0.44 | 0.53 |
| Hex | BB | 75 | 52 | 0 | 25 | 38 | 1B | 14 | 2C | 35 |
| Octal | 273 | 165 | 122 | 0 | 45 | 70 | 33 | 24 | 54 | 65 |
| Binary | 10111011 | 1110101 | 1010010 | 0 | 100101 | 111000 | 11011 | 10100 | 101100 | 110101 |
Color Harmonies of #BB7552
Complementary color
Monochromatic Colors of #BB7552
Black with #BB7552
Text Example
Text Example
White with #BB7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7552; }
p { color: rgb(187,117,82); }
H1.HeaderClassName
{
color: #BB7552;
}
.AnyTagClassName
{
color: #BB7552;
}
</style>
background-color css
<style>
a { background-color: #BB7552; }
a { background-color: rgb(187,117,82); }
div.DivClassName
{
background-color: #BB7552;
}
.BgClassName
{
background-color: #BB7552;
}
</style>
border-color css
<style>
span { border-color: #BB7552; }
span { border-color: rgb(187,117,82); }
td.TdClassName
{
border-color: #BB7552;
}
.TagClassName
{
border-color: #BB7552;
}
</style>