Shades of Red Damask #BD6B49
Tints of Red Damask #BD6B49
RGB
CMYK
RGB Variations
Color information
#BD6B49 (or 0xBD6B49) is known color: Red Damask. HEX triplet: BD, 6B and 49. RGB value is (189,107,73). Sum of RGB (Red+Green+Blue) = 189+107+73=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B49 is #4294B6. Grayscale: #7F7F7F. Windows color (decimal): -4363447 or 4811709. OLE color: 4811709.
HSL color Cylindrical-coordinate representation of color #BD6B49: hue angle of 17.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD6B49 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 73 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.26 |
| HSL | 17.59º | 0.47% | 0.51% | - |
| HSV(B) | 17.59º | 0.61% | 0.74% | - |
| XYZ | 27.45 | 21.82 | 9.07 | - |
| YUV | 127.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 73 | 0 | 0.43 | 0.61 | 0.26 | 17.59 | 0.47 | 0.51 |
| Hex | BD | 6B | 49 | 0 | 2B | 3D | 1A | 12 | 2F | 33 |
| Octal | 275 | 153 | 111 | 0 | 53 | 75 | 32 | 22 | 57 | 63 |
| Binary | 10111101 | 1101011 | 1001001 | 0 | 101011 | 111101 | 11010 | 10010 | 101111 | 110011 |
Color Harmonies of #BD6B49
Complementary color
Monochromatic Colors of #BD6B49
Black with #BD6B49
Text Example
Text Example
White with #BD6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B49; }
p { color: rgb(189,107,73); }
H1.HeaderClassName
{
color: #BD6B49;
}
.AnyTagClassName
{
color: #BD6B49;
}
</style>
background-color css
<style>
a { background-color: #BD6B49; }
a { background-color: rgb(189,107,73); }
div.DivClassName
{
background-color: #BD6B49;
}
.BgClassName
{
background-color: #BD6B49;
}
</style>
border-color css
<style>
span { border-color: #BD6B49; }
span { border-color: rgb(189,107,73); }
td.TdClassName
{
border-color: #BD6B49;
}
.TagClassName
{
border-color: #BD6B49;
}
</style>