Shades of Red Damask #BB724C
Tints of Red Damask #BB724C
RGB
CMYK
RGB Variations
Color information
#BB724C (or 0xBB724C) is known color: Red Damask. HEX triplet: BB, 72 and 4C. RGB value is (187,114,76). Sum of RGB (Red+Green+Blue) = 187+114+76=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB724C is #448DB3. Grayscale: #838383. Windows color (decimal): -4492724 or 5010107. OLE color: 5010107.
HSL color Cylindrical-coordinate representation of color #BB724C: hue angle of 20.54º 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 #BB724C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 76 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.27 |
| HSL | 20.54º | 0.45% | 0.52% | - |
| HSV(B) | 20.54º | 0.59% | 0.73% | - |
| XYZ | 27.82 | 23.12 | 9.83 | - |
| YUV | 131.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 76 | 0 | 0.39 | 0.59 | 0.27 | 20.54 | 0.45 | 0.52 |
| Hex | BB | 72 | 4C | 0 | 27 | 3B | 1B | 15 | 2D | 34 |
| Octal | 273 | 162 | 114 | 0 | 47 | 73 | 33 | 25 | 55 | 64 |
| Binary | 10111011 | 1110010 | 1001100 | 0 | 100111 | 111011 | 11011 | 10101 | 101101 | 110100 |
Color Harmonies of #BB724C
Complementary color
Monochromatic Colors of #BB724C
Black with #BB724C
Text Example
Text Example
White with #BB724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB724C; }
p { color: rgb(187,114,76); }
H1.HeaderClassName
{
color: #BB724C;
}
.AnyTagClassName
{
color: #BB724C;
}
</style>
background-color css
<style>
a { background-color: #BB724C; }
a { background-color: rgb(187,114,76); }
div.DivClassName
{
background-color: #BB724C;
}
.BgClassName
{
background-color: #BB724C;
}
</style>
border-color css
<style>
span { border-color: #BB724C; }
span { border-color: rgb(187,114,76); }
td.TdClassName
{
border-color: #BB724C;
}
.TagClassName
{
border-color: #BB724C;
}
</style>