Shades of Red Damask #BD6C46
Tints of Red Damask #BD6C46
RGB
CMYK
RGB Variations
Color information
#BD6C46 (or 0xBD6C46) is known color: Red Damask. HEX triplet: BD, 6C and 46. RGB value is (189,108,70). Sum of RGB (Red+Green+Blue) = 189+108+70=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C46 is #4293B9. Grayscale: #808080. Windows color (decimal): -4363194 or 4615357. OLE color: 4615357.
HSL color Cylindrical-coordinate representation of color #BD6C46: hue angle of 19.16º degrees, saturation: 0.47, 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 #BD6C46 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 70 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.26 |
| HSL | 19.16º | 0.47% | 0.51% | - |
| HSV(B) | 19.16º | 0.63% | 0.74% | - |
| XYZ | 27.45 | 21.99 | 8.59 | - |
| YUV | 127.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 70 | 0 | 0.43 | 0.63 | 0.26 | 19.16 | 0.47 | 0.51 |
| Hex | BD | 6C | 46 | 0 | 2B | 3F | 1A | 13 | 2F | 33 |
| Octal | 275 | 154 | 106 | 0 | 53 | 77 | 32 | 23 | 57 | 63 |
| Binary | 10111101 | 1101100 | 1000110 | 0 | 101011 | 111111 | 11010 | 10011 | 101111 | 110011 |
Color Harmonies of #BD6C46
Complementary color
Monochromatic Colors of #BD6C46
Black with #BD6C46
Text Example
Text Example
White with #BD6C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C46; }
p { color: rgb(189,108,70); }
H1.HeaderClassName
{
color: #BD6C46;
}
.AnyTagClassName
{
color: #BD6C46;
}
</style>
background-color css
<style>
a { background-color: #BD6C46; }
a { background-color: rgb(189,108,70); }
div.DivClassName
{
background-color: #BD6C46;
}
.BgClassName
{
background-color: #BD6C46;
}
</style>
border-color css
<style>
span { border-color: #BD6C46; }
span { border-color: rgb(189,108,70); }
td.TdClassName
{
border-color: #BD6C46;
}
.TagClassName
{
border-color: #BD6C46;
}
</style>