Shades of Red Damask #BB7352
Tints of Red Damask #BB7352
RGB
CMYK
RGB Variations
Color information
#BB7352 (or 0xBB7352) is known color: Red Damask. HEX triplet: BB, 73 and 52. RGB value is (187,115,82). Sum of RGB (Red+Green+Blue) = 187+115+82=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7352 is #448CAD. Grayscale: #848484. Windows color (decimal): -4492462 or 5403579. OLE color: 5403579.
HSL color Cylindrical-coordinate representation of color #BB7352: hue angle of 18.86º 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 #BB7352 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 82 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.27 |
| HSL | 18.86º | 0.44% | 0.53% | - |
| HSV(B) | 18.86º | 0.56% | 0.73% | - |
| XYZ | 28.15 | 23.44 | 11.02 | - |
| YUV | 132.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 82 | 0 | 0.39 | 0.56 | 0.27 | 18.86 | 0.44 | 0.53 |
| Hex | BB | 73 | 52 | 0 | 27 | 38 | 1B | 13 | 2C | 35 |
| Octal | 273 | 163 | 122 | 0 | 47 | 70 | 33 | 23 | 54 | 65 |
| Binary | 10111011 | 1110011 | 1010010 | 0 | 100111 | 111000 | 11011 | 10011 | 101100 | 110101 |
Color Harmonies of #BB7352
Complementary color
Monochromatic Colors of #BB7352
Black with #BB7352
Text Example
Text Example
White with #BB7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7352; }
p { color: rgb(187,115,82); }
H1.HeaderClassName
{
color: #BB7352;
}
.AnyTagClassName
{
color: #BB7352;
}
</style>
background-color css
<style>
a { background-color: #BB7352; }
a { background-color: rgb(187,115,82); }
div.DivClassName
{
background-color: #BB7352;
}
.BgClassName
{
background-color: #BB7352;
}
</style>
border-color css
<style>
span { border-color: #BB7352; }
span { border-color: rgb(187,115,82); }
td.TdClassName
{
border-color: #BB7352;
}
.TagClassName
{
border-color: #BB7352;
}
</style>