Shades of Red Damask #BD6945
Tints of Red Damask #BD6945
RGB
CMYK
RGB Variations
Color information
#BD6945 (or 0xBD6945) is known color: Red Damask. HEX triplet: BD, 69 and 45. RGB value is (189,105,69). Sum of RGB (Red+Green+Blue) = 189+105+69=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6945 is #4296BA. Grayscale: #7E7E7E. Windows color (decimal): -4363963 or 4549053. OLE color: 4549053.
HSL color Cylindrical-coordinate representation of color #BD6945: hue angle of 18º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD6945 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 69 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.26 |
| HSL | 18º | 0.48% | 0.51% | - |
| HSV(B) | 18º | 0.63% | 0.74% | - |
| XYZ | 27.11 | 21.35 | 8.32 | - |
| YUV | 126.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 69 | 0 | 0.44 | 0.63 | 0.26 | 18 | 0.48 | 0.51 |
| Hex | BD | 69 | 45 | 0 | 2C | 3F | 1A | 12 | 30 | 33 |
| Octal | 275 | 151 | 105 | 0 | 54 | 77 | 32 | 22 | 60 | 63 |
| Binary | 10111101 | 1101001 | 1000101 | 0 | 101100 | 111111 | 11010 | 10010 | 110000 | 110011 |
Color Harmonies of #BD6945
Complementary color
Monochromatic Colors of #BD6945
Black with #BD6945
Text Example
Text Example
White with #BD6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6945; }
p { color: rgb(189,105,69); }
H1.HeaderClassName
{
color: #BD6945;
}
.AnyTagClassName
{
color: #BD6945;
}
</style>
background-color css
<style>
a { background-color: #BD6945; }
a { background-color: rgb(189,105,69); }
div.DivClassName
{
background-color: #BD6945;
}
.BgClassName
{
background-color: #BD6945;
}
</style>
border-color css
<style>
span { border-color: #BD6945; }
span { border-color: rgb(189,105,69); }
td.TdClassName
{
border-color: #BD6945;
}
.TagClassName
{
border-color: #BD6945;
}
</style>