Shades of Red Damask #BD6F54
Tints of Red Damask #BD6F54
RGB
CMYK
RGB Variations
Color information
#BD6F54 (or 0xBD6F54) is known color: Red Damask. HEX triplet: BD, 6F and 54. RGB value is (189,111,84). Sum of RGB (Red+Green+Blue) = 189+111+84=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F54 is #4290AB. Grayscale: #838383. Windows color (decimal): -4362412 or 5533629. OLE color: 5533629.
HSL color Cylindrical-coordinate representation of color #BD6F54: hue angle of 15.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6F54 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 84 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.26 |
| HSL | 15.43º | 0.44% | 0.54% | - |
| HSV(B) | 15.43º | 0.56% | 0.74% | - |
| XYZ | 28.27 | 22.83 | 11.3 | - |
| YUV | 131.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 84 | 0 | 0.41 | 0.56 | 0.26 | 15.43 | 0.44 | 0.54 |
| Hex | BD | 6F | 54 | 0 | 29 | 38 | 1A | F | 2C | 36 |
| Octal | 275 | 157 | 124 | 0 | 51 | 70 | 32 | 17 | 54 | 66 |
| Binary | 10111101 | 1101111 | 1010100 | 0 | 101001 | 111000 | 11010 | 1111 | 101100 | 110110 |
Color Harmonies of #BD6F54
Complementary color
Monochromatic Colors of #BD6F54
Black with #BD6F54
Text Example
Text Example
White with #BD6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F54; }
p { color: rgb(189,111,84); }
H1.HeaderClassName
{
color: #BD6F54;
}
.AnyTagClassName
{
color: #BD6F54;
}
</style>
background-color css
<style>
a { background-color: #BD6F54; }
a { background-color: rgb(189,111,84); }
div.DivClassName
{
background-color: #BD6F54;
}
.BgClassName
{
background-color: #BD6F54;
}
</style>
border-color css
<style>
span { border-color: #BD6F54; }
span { border-color: rgb(189,111,84); }
td.TdClassName
{
border-color: #BD6F54;
}
.TagClassName
{
border-color: #BD6F54;
}
</style>