Shades of Red Damask #BB744D
Tints of Red Damask #BB744D
RGB
CMYK
RGB Variations
Color information
#BB744D (or 0xBB744D) is known color: Red Damask. HEX triplet: BB, 74 and 4D. RGB value is (187,116,77). Sum of RGB (Red+Green+Blue) = 187+116+77=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB744D is #448BB2. Grayscale: #858585. Windows color (decimal): -4492211 or 5076155. OLE color: 5076155.
HSL color Cylindrical-coordinate representation of color #BB744D: hue angle of 21.27º 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 #BB744D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 77 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.27 |
| HSL | 21.27º | 0.45% | 0.52% | - |
| HSV(B) | 21.27º | 0.59% | 0.73% | - |
| XYZ | 28.08 | 23.59 | 10.09 | - |
| YUV | 132.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 77 | 0 | 0.38 | 0.59 | 0.27 | 21.27 | 0.45 | 0.52 |
| Hex | BB | 74 | 4D | 0 | 26 | 3B | 1B | 15 | 2D | 34 |
| Octal | 273 | 164 | 115 | 0 | 46 | 73 | 33 | 25 | 55 | 64 |
| Binary | 10111011 | 1110100 | 1001101 | 0 | 100110 | 111011 | 11011 | 10101 | 101101 | 110100 |
Color Harmonies of #BB744D
Complementary color
Monochromatic Colors of #BB744D
Black with #BB744D
Text Example
Text Example
White with #BB744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB744D; }
p { color: rgb(187,116,77); }
H1.HeaderClassName
{
color: #BB744D;
}
.AnyTagClassName
{
color: #BB744D;
}
</style>
background-color css
<style>
a { background-color: #BB744D; }
a { background-color: rgb(187,116,77); }
div.DivClassName
{
background-color: #BB744D;
}
.BgClassName
{
background-color: #BB744D;
}
</style>
border-color css
<style>
span { border-color: #BB744D; }
span { border-color: rgb(187,116,77); }
td.TdClassName
{
border-color: #BB744D;
}
.TagClassName
{
border-color: #BB744D;
}
</style>