Shades of Red Damask #BD704E
Tints of Red Damask #BD704E
RGB
CMYK
RGB Variations
Color information
#BD704E (or 0xBD704E) is known color: Red Damask. HEX triplet: BD, 70 and 4E. RGB value is (189,112,78). Sum of RGB (Red+Green+Blue) = 189+112+78=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD704E is #428FB1. Grayscale: #838383. Windows color (decimal): -4362162 or 5140669. OLE color: 5140669.
HSL color Cylindrical-coordinate representation of color #BD704E: hue angle of 18.38º 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 #BD704E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 78 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.26 |
| HSL | 18.38º | 0.46% | 0.52% | - |
| HSV(B) | 18.38º | 0.59% | 0.74% | - |
| XYZ | 28.16 | 22.96 | 10.15 | - |
| YUV | 131.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 78 | 0 | 0.41 | 0.59 | 0.26 | 18.38 | 0.46 | 0.52 |
| Hex | BD | 70 | 4E | 0 | 29 | 3B | 1A | 12 | 2E | 34 |
| Octal | 275 | 160 | 116 | 0 | 51 | 73 | 32 | 22 | 56 | 64 |
| Binary | 10111101 | 1110000 | 1001110 | 0 | 101001 | 111011 | 11010 | 10010 | 101110 | 110100 |
Color Harmonies of #BD704E
Complementary color
Monochromatic Colors of #BD704E
Black with #BD704E
Text Example
Text Example
White with #BD704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD704E; }
p { color: rgb(189,112,78); }
H1.HeaderClassName
{
color: #BD704E;
}
.AnyTagClassName
{
color: #BD704E;
}
</style>
background-color css
<style>
a { background-color: #BD704E; }
a { background-color: rgb(189,112,78); }
div.DivClassName
{
background-color: #BD704E;
}
.BgClassName
{
background-color: #BD704E;
}
</style>
border-color css
<style>
span { border-color: #BD704E; }
span { border-color: rgb(189,112,78); }
td.TdClassName
{
border-color: #BD704E;
}
.TagClassName
{
border-color: #BD704E;
}
</style>