Shades of Burning Sand #BD805E
Tints of Burning Sand #BD805E
RGB
CMYK
RGB Variations
Color information
#BD805E (or 0xBD805E) is known color: Burning Sand. HEX triplet: BD, 80 and 5E. RGB value is (189,128,94). Sum of RGB (Red+Green+Blue) = 189+128+94=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD805E is #427FA1. Grayscale: #8E8E8E. Windows color (decimal): -4358050 or 6193341. OLE color: 6193341.
HSL color Cylindrical-coordinate representation of color #BD805E: hue angle of 21.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD805E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 94 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.26 |
| HSL | 21.47º | 0.42% | 0.55% | - |
| HSV(B) | 21.47º | 0.5% | 0.74% | - |
| XYZ | 30.73 | 27.07 | 14.19 | - |
| YUV | 142.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 94 | 0 | 0.32 | 0.50 | 0.26 | 21.47 | 0.42 | 0.55 |
| Hex | BD | 80 | 5E | 0 | 20 | 32 | 1A | 15 | 2A | 37 |
| Octal | 275 | 200 | 136 | 0 | 40 | 62 | 32 | 25 | 52 | 67 |
| Binary | 10111101 | 10000000 | 1011110 | 0 | 100000 | 110010 | 11010 | 10101 | 101010 | 110111 |
Color Harmonies of #BD805E
Complementary color
Monochromatic Colors of #BD805E
Black with #BD805E
Text Example
Text Example
White with #BD805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD805E; }
p { color: rgb(189,128,94); }
H1.HeaderClassName
{
color: #BD805E;
}
.AnyTagClassName
{
color: #BD805E;
}
</style>
background-color css
<style>
a { background-color: #BD805E; }
a { background-color: rgb(189,128,94); }
div.DivClassName
{
background-color: #BD805E;
}
.BgClassName
{
background-color: #BD805E;
}
</style>
border-color css
<style>
span { border-color: #BD805E; }
span { border-color: rgb(189,128,94); }
td.TdClassName
{
border-color: #BD805E;
}
.TagClassName
{
border-color: #BD805E;
}
</style>