Shades of Red Damask #BD6D52
Tints of Red Damask #BD6D52
RGB
CMYK
RGB Variations
Color information
#BD6D52 (or 0xBD6D52) is known color: Red Damask. HEX triplet: BD, 6D and 52. RGB value is (189,109,82). Sum of RGB (Red+Green+Blue) = 189+109+82=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D52 is #4292AD. Grayscale: #828282. Windows color (decimal): -4362926 or 5402045. OLE color: 5402045.
HSL color Cylindrical-coordinate representation of color #BD6D52: hue angle of 15.14º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6D52 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 82 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.26 |
| HSL | 15.14º | 0.45% | 0.53% | - |
| HSV(B) | 15.14º | 0.57% | 0.74% | - |
| XYZ | 27.98 | 22.37 | 10.82 | - |
| YUV | 129.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 82 | 0 | 0.42 | 0.57 | 0.26 | 15.14 | 0.45 | 0.53 |
| Hex | BD | 6D | 52 | 0 | 2A | 39 | 1A | F | 2D | 35 |
| Octal | 275 | 155 | 122 | 0 | 52 | 71 | 32 | 17 | 55 | 65 |
| Binary | 10111101 | 1101101 | 1010010 | 0 | 101010 | 111001 | 11010 | 1111 | 101101 | 110101 |
Color Harmonies of #BD6D52
Complementary color
Monochromatic Colors of #BD6D52
Black with #BD6D52
Text Example
Text Example
White with #BD6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D52; }
p { color: rgb(189,109,82); }
H1.HeaderClassName
{
color: #BD6D52;
}
.AnyTagClassName
{
color: #BD6D52;
}
</style>
background-color css
<style>
a { background-color: #BD6D52; }
a { background-color: rgb(189,109,82); }
div.DivClassName
{
background-color: #BD6D52;
}
.BgClassName
{
background-color: #BD6D52;
}
</style>
border-color css
<style>
span { border-color: #BD6D52; }
span { border-color: rgb(189,109,82); }
td.TdClassName
{
border-color: #BD6D52;
}
.TagClassName
{
border-color: #BD6D52;
}
</style>