Shades of Burning Sand #BD7F59
Tints of Burning Sand #BD7F59
RGB
CMYK
RGB Variations
Color information
#BD7F59 (or 0xBD7F59) is known color: Burning Sand. HEX triplet: BD, 7F and 59. RGB value is (189,127,89). Sum of RGB (Red+Green+Blue) = 189+127+89=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F59 is #4280A6. Grayscale: #8D8D8D. Windows color (decimal): -4358311 or 5865405. OLE color: 5865405.
HSL color Cylindrical-coordinate representation of color #BD7F59: hue angle of 22.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD7F59 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 89 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.26 |
| HSL | 22.8º | 0.43% | 0.55% | - |
| HSV(B) | 22.8º | 0.53% | 0.74% | - |
| XYZ | 30.38 | 26.72 | 13.01 | - |
| YUV | 141.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 89 | 0 | 0.33 | 0.53 | 0.26 | 22.8 | 0.43 | 0.55 |
| Hex | BD | 7F | 59 | 0 | 21 | 35 | 1A | 17 | 2B | 37 |
| Octal | 275 | 177 | 131 | 0 | 41 | 65 | 32 | 27 | 53 | 67 |
| Binary | 10111101 | 1111111 | 1011001 | 0 | 100001 | 110101 | 11010 | 10111 | 101011 | 110111 |
Color Harmonies of #BD7F59
Complementary color
Monochromatic Colors of #BD7F59
Black with #BD7F59
Text Example
Text Example
White with #BD7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F59; }
p { color: rgb(189,127,89); }
H1.HeaderClassName
{
color: #BD7F59;
}
.AnyTagClassName
{
color: #BD7F59;
}
</style>
background-color css
<style>
a { background-color: #BD7F59; }
a { background-color: rgb(189,127,89); }
div.DivClassName
{
background-color: #BD7F59;
}
.BgClassName
{
background-color: #BD7F59;
}
</style>
border-color css
<style>
span { border-color: #BD7F59; }
span { border-color: rgb(189,127,89); }
td.TdClassName
{
border-color: #BD7F59;
}
.TagClassName
{
border-color: #BD7F59;
}
</style>