Shades of Red Damask #BB724D
Tints of Red Damask #BB724D
RGB
CMYK
RGB Variations
Color information
#BB724D (or 0xBB724D) is known color: Red Damask. HEX triplet: BB, 72 and 4D. RGB value is (187,114,77). Sum of RGB (Red+Green+Blue) = 187+114+77=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB724D is #448DB2. Grayscale: #838383. Windows color (decimal): -4492723 or 5075643. OLE color: 5075643.
HSL color Cylindrical-coordinate representation of color #BB724D: hue angle of 20.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB724D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 77 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.27 |
| HSL | 20.18º | 0.45% | 0.52% | - |
| HSV(B) | 20.18º | 0.59% | 0.73% | - |
| XYZ | 27.85 | 23.14 | 10.02 | - |
| YUV | 131.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 77 | 0 | 0.39 | 0.59 | 0.27 | 20.18 | 0.45 | 0.52 |
| Hex | BB | 72 | 4D | 0 | 27 | 3B | 1B | 14 | 2D | 34 |
| Octal | 273 | 162 | 115 | 0 | 47 | 73 | 33 | 24 | 55 | 64 |
| Binary | 10111011 | 1110010 | 1001101 | 0 | 100111 | 111011 | 11011 | 10100 | 101101 | 110100 |
Color Harmonies of #BB724D
Complementary color
Monochromatic Colors of #BB724D
Black with #BB724D
Text Example
Text Example
White with #BB724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB724D; }
p { color: rgb(187,114,77); }
H1.HeaderClassName
{
color: #BB724D;
}
.AnyTagClassName
{
color: #BB724D;
}
</style>
background-color css
<style>
a { background-color: #BB724D; }
a { background-color: rgb(187,114,77); }
div.DivClassName
{
background-color: #BB724D;
}
.BgClassName
{
background-color: #BB724D;
}
</style>
border-color css
<style>
span { border-color: #BB724D; }
span { border-color: rgb(187,114,77); }
td.TdClassName
{
border-color: #BB724D;
}
.TagClassName
{
border-color: #BB724D;
}
</style>