Shades of Red Damask #BD6B4E
Tints of Red Damask #BD6B4E
RGB
CMYK
RGB Variations
Color information
#BD6B4E (or 0xBD6B4E) is known color: Red Damask. HEX triplet: BD, 6B and 4E. RGB value is (189,107,78). Sum of RGB (Red+Green+Blue) = 189+107+78=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B4E is #4294B1. Grayscale: #808080. Windows color (decimal): -4363442 or 5139389. OLE color: 5139389.
HSL color Cylindrical-coordinate representation of color #BD6B4E: hue angle of 15.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD6B4E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 78 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.26 |
| HSL | 15.68º | 0.46% | 0.52% | - |
| HSV(B) | 15.68º | 0.59% | 0.74% | - |
| XYZ | 27.62 | 21.88 | 9.98 | - |
| YUV | 128.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 78 | 0 | 0.43 | 0.59 | 0.26 | 15.68 | 0.46 | 0.52 |
| Hex | BD | 6B | 4E | 0 | 2B | 3B | 1A | 10 | 2E | 34 |
| Octal | 275 | 153 | 116 | 0 | 53 | 73 | 32 | 20 | 56 | 64 |
| Binary | 10111101 | 1101011 | 1001110 | 0 | 101011 | 111011 | 11010 | 10000 | 101110 | 110100 |
Color Harmonies of #BD6B4E
Complementary color
Monochromatic Colors of #BD6B4E
Black with #BD6B4E
Text Example
Text Example
White with #BD6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B4E; }
p { color: rgb(189,107,78); }
H1.HeaderClassName
{
color: #BD6B4E;
}
.AnyTagClassName
{
color: #BD6B4E;
}
</style>
background-color css
<style>
a { background-color: #BD6B4E; }
a { background-color: rgb(189,107,78); }
div.DivClassName
{
background-color: #BD6B4E;
}
.BgClassName
{
background-color: #BD6B4E;
}
</style>
border-color css
<style>
span { border-color: #BD6B4E; }
span { border-color: rgb(189,107,78); }
td.TdClassName
{
border-color: #BD6B4E;
}
.TagClassName
{
border-color: #BD6B4E;
}
</style>