Shades of Red Damask #BD6947
Tints of Red Damask #BD6947
RGB
CMYK
RGB Variations
Color information
#BD6947 (or 0xBD6947) is known color: Red Damask. HEX triplet: BD, 69 and 47. RGB value is (189,105,71). Sum of RGB (Red+Green+Blue) = 189+105+71=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6947 is #4296B8. Grayscale: #7E7E7E. Windows color (decimal): -4363961 or 4680125. OLE color: 4680125.
HSL color Cylindrical-coordinate representation of color #BD6947: hue angle of 17.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD6947 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 71 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.26 |
| HSL | 17.29º | 0.47% | 0.51% | - |
| HSV(B) | 17.29º | 0.62% | 0.74% | - |
| XYZ | 27.18 | 21.38 | 8.66 | - |
| YUV | 126.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 71 | 0 | 0.44 | 0.62 | 0.26 | 17.29 | 0.47 | 0.51 |
| Hex | BD | 69 | 47 | 0 | 2C | 3E | 1A | 11 | 2F | 33 |
| Octal | 275 | 151 | 107 | 0 | 54 | 76 | 32 | 21 | 57 | 63 |
| Binary | 10111101 | 1101001 | 1000111 | 0 | 101100 | 111110 | 11010 | 10001 | 101111 | 110011 |
Color Harmonies of #BD6947
Complementary color
Monochromatic Colors of #BD6947
Black with #BD6947
Text Example
Text Example
White with #BD6947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6947; }
p { color: rgb(189,105,71); }
H1.HeaderClassName
{
color: #BD6947;
}
.AnyTagClassName
{
color: #BD6947;
}
</style>
background-color css
<style>
a { background-color: #BD6947; }
a { background-color: rgb(189,105,71); }
div.DivClassName
{
background-color: #BD6947;
}
.BgClassName
{
background-color: #BD6947;
}
</style>
border-color css
<style>
span { border-color: #BD6947; }
span { border-color: rgb(189,105,71); }
td.TdClassName
{
border-color: #BD6947;
}
.TagClassName
{
border-color: #BD6947;
}
</style>