Shades of Red Damask #BD6D4E
Tints of Red Damask #BD6D4E
RGB
CMYK
RGB Variations
Color information
#BD6D4E (or 0xBD6D4E) is known color: Red Damask. HEX triplet: BD, 6D and 4E. RGB value is (189,109,78). Sum of RGB (Red+Green+Blue) = 189+109+78=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D4E is #4292B1. Grayscale: #818181. Windows color (decimal): -4362930 or 5139901. OLE color: 5139901.
HSL color Cylindrical-coordinate representation of color #BD6D4E: hue angle of 16.76º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD6D4E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 78 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.26 |
| HSL | 16.76º | 0.46% | 0.52% | - |
| HSV(B) | 16.76º | 0.59% | 0.74% | - |
| XYZ | 27.83 | 22.31 | 10.05 | - |
| YUV | 129.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 78 | 0 | 0.42 | 0.59 | 0.26 | 16.76 | 0.46 | 0.52 |
| Hex | BD | 6D | 4E | 0 | 2A | 3B | 1A | 11 | 2E | 34 |
| Octal | 275 | 155 | 116 | 0 | 52 | 73 | 32 | 21 | 56 | 64 |
| Binary | 10111101 | 1101101 | 1001110 | 0 | 101010 | 111011 | 11010 | 10001 | 101110 | 110100 |
Color Harmonies of #BD6D4E
Complementary color
Monochromatic Colors of #BD6D4E
Black with #BD6D4E
Text Example
Text Example
White with #BD6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D4E; }
p { color: rgb(189,109,78); }
H1.HeaderClassName
{
color: #BD6D4E;
}
.AnyTagClassName
{
color: #BD6D4E;
}
</style>
background-color css
<style>
a { background-color: #BD6D4E; }
a { background-color: rgb(189,109,78); }
div.DivClassName
{
background-color: #BD6D4E;
}
.BgClassName
{
background-color: #BD6D4E;
}
</style>
border-color css
<style>
span { border-color: #BD6D4E; }
span { border-color: rgb(189,109,78); }
td.TdClassName
{
border-color: #BD6D4E;
}
.TagClassName
{
border-color: #BD6D4E;
}
</style>