Shades of Red Damask #BD6A46
Tints of Red Damask #BD6A46
RGB
CMYK
RGB Variations
Color information
#BD6A46 (or 0xBD6A46) is known color: Red Damask. HEX triplet: BD, 6A and 46. RGB value is (189,106,70). Sum of RGB (Red+Green+Blue) = 189+106+70=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A46 is #4295B9. Grayscale: #7E7E7E. Windows color (decimal): -4363706 or 4614845. OLE color: 4614845.
HSL color Cylindrical-coordinate representation of color #BD6A46: hue angle of 18.15º 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 #BD6A46 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 70 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.26 |
| HSL | 18.15º | 0.47% | 0.51% | - |
| HSV(B) | 18.15º | 0.63% | 0.74% | - |
| XYZ | 27.25 | 21.57 | 8.52 | - |
| YUV | 126.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 70 | 0 | 0.44 | 0.63 | 0.26 | 18.15 | 0.47 | 0.51 |
| Hex | BD | 6A | 46 | 0 | 2C | 3F | 1A | 12 | 2F | 33 |
| Octal | 275 | 152 | 106 | 0 | 54 | 77 | 32 | 22 | 57 | 63 |
| Binary | 10111101 | 1101010 | 1000110 | 0 | 101100 | 111111 | 11010 | 10010 | 101111 | 110011 |
Color Harmonies of #BD6A46
Complementary color
Monochromatic Colors of #BD6A46
Black with #BD6A46
Text Example
Text Example
White with #BD6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A46; }
p { color: rgb(189,106,70); }
H1.HeaderClassName
{
color: #BD6A46;
}
.AnyTagClassName
{
color: #BD6A46;
}
</style>
background-color css
<style>
a { background-color: #BD6A46; }
a { background-color: rgb(189,106,70); }
div.DivClassName
{
background-color: #BD6A46;
}
.BgClassName
{
background-color: #BD6A46;
}
</style>
border-color css
<style>
span { border-color: #BD6A46; }
span { border-color: rgb(189,106,70); }
td.TdClassName
{
border-color: #BD6A46;
}
.TagClassName
{
border-color: #BD6A46;
}
</style>