Shades of Red Damask #BD704C
Tints of Red Damask #BD704C
RGB
CMYK
RGB Variations
Color information
#BD704C (or 0xBD704C) is known color: Red Damask. HEX triplet: BD, 70 and 4C. RGB value is (189,112,76). Sum of RGB (Red+Green+Blue) = 189+112+76=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD704C is #428FB3. Grayscale: #838383. Windows color (decimal): -4362164 or 5009597. OLE color: 5009597.
HSL color Cylindrical-coordinate representation of color #BD704C: hue angle of 19.12º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD704C is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 76 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.26 |
| HSL | 19.12º | 0.46% | 0.52% | - |
| HSV(B) | 19.12º | 0.6% | 0.74% | - |
| XYZ | 28.08 | 22.93 | 9.78 | - |
| YUV | 130.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 76 | 0 | 0.41 | 0.60 | 0.26 | 19.12 | 0.46 | 0.52 |
| Hex | BD | 70 | 4C | 0 | 29 | 3C | 1A | 13 | 2E | 34 |
| Octal | 275 | 160 | 114 | 0 | 51 | 74 | 32 | 23 | 56 | 64 |
| Binary | 10111101 | 1110000 | 1001100 | 0 | 101001 | 111100 | 11010 | 10011 | 101110 | 110100 |
Color Harmonies of #BD704C
Complementary color
Monochromatic Colors of #BD704C
Black with #BD704C
Text Example
Text Example
White with #BD704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD704C; }
p { color: rgb(189,112,76); }
H1.HeaderClassName
{
color: #BD704C;
}
.AnyTagClassName
{
color: #BD704C;
}
</style>
background-color css
<style>
a { background-color: #BD704C; }
a { background-color: rgb(189,112,76); }
div.DivClassName
{
background-color: #BD704C;
}
.BgClassName
{
background-color: #BD704C;
}
</style>
border-color css
<style>
span { border-color: #BD704C; }
span { border-color: rgb(189,112,76); }
td.TdClassName
{
border-color: #BD704C;
}
.TagClassName
{
border-color: #BD704C;
}
</style>