Shades of Burning Sand #BD805D
Tints of Burning Sand #BD805D
RGB
CMYK
RGB Variations
Color information
#BD805D (or 0xBD805D) is known color: Burning Sand. HEX triplet: BD, 80 and 5D. RGB value is (189,128,93). Sum of RGB (Red+Green+Blue) = 189+128+93=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD805D is #427FA2. Grayscale: #8E8E8E. Windows color (decimal): -4358051 or 6127805. OLE color: 6127805.
HSL color Cylindrical-coordinate representation of color #BD805D: hue angle of 21.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD805D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 93 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.26 |
| HSL | 21.88º | 0.42% | 0.55% | - |
| HSV(B) | 21.88º | 0.51% | 0.74% | - |
| XYZ | 30.68 | 27.05 | 13.96 | - |
| YUV | 142.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 93 | 0 | 0.32 | 0.51 | 0.26 | 21.88 | 0.42 | 0.55 |
| Hex | BD | 80 | 5D | 0 | 20 | 33 | 1A | 16 | 2A | 37 |
| Octal | 275 | 200 | 135 | 0 | 40 | 63 | 32 | 26 | 52 | 67 |
| Binary | 10111101 | 10000000 | 1011101 | 0 | 100000 | 110011 | 11010 | 10110 | 101010 | 110111 |
Color Harmonies of #BD805D
Complementary color
Monochromatic Colors of #BD805D
Black with #BD805D
Text Example
Text Example
White with #BD805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD805D; }
p { color: rgb(189,128,93); }
H1.HeaderClassName
{
color: #BD805D;
}
.AnyTagClassName
{
color: #BD805D;
}
</style>
background-color css
<style>
a { background-color: #BD805D; }
a { background-color: rgb(189,128,93); }
div.DivClassName
{
background-color: #BD805D;
}
.BgClassName
{
background-color: #BD805D;
}
</style>
border-color css
<style>
span { border-color: #BD805D; }
span { border-color: rgb(189,128,93); }
td.TdClassName
{
border-color: #BD805D;
}
.TagClassName
{
border-color: #BD805D;
}
</style>