Shades of Burning Sand #BD8464
Tints of Burning Sand #BD8464
RGB
CMYK
RGB Variations
Color information
#BD8464 (or 0xBD8464) is known color: Burning Sand. HEX triplet: BD, 84 and 64. RGB value is (189,132,100). Sum of RGB (Red+Green+Blue) = 189+132+100=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8464 is #427B9B. Grayscale: #919191. Windows color (decimal): -4357020 or 6587581. OLE color: 6587581.
HSL color Cylindrical-coordinate representation of color #BD8464: hue angle of 21.57º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD8464 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 100 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.26 |
| HSL | 21.57º | 0.4% | 0.57% | - |
| HSV(B) | 21.57º | 0.47% | 0.74% | - |
| XYZ | 31.54 | 28.24 | 15.85 | - |
| YUV | 145.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 100 | 0 | 0.30 | 0.47 | 0.26 | 21.57 | 0.4 | 0.57 |
| Hex | BD | 84 | 64 | 0 | 1E | 2F | 1A | 16 | 28 | 39 |
| Octal | 275 | 204 | 144 | 0 | 36 | 57 | 32 | 26 | 50 | 71 |
| Binary | 10111101 | 10000100 | 1100100 | 0 | 11110 | 101111 | 11010 | 10110 | 101000 | 111001 |
Color Harmonies of #BD8464
Complementary color
Monochromatic Colors of #BD8464
Black with #BD8464
Text Example
Text Example
White with #BD8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8464; }
p { color: rgb(189,132,100); }
H1.HeaderClassName
{
color: #BD8464;
}
.AnyTagClassName
{
color: #BD8464;
}
</style>
background-color css
<style>
a { background-color: #BD8464; }
a { background-color: rgb(189,132,100); }
div.DivClassName
{
background-color: #BD8464;
}
.BgClassName
{
background-color: #BD8464;
}
</style>
border-color css
<style>
span { border-color: #BD8464; }
span { border-color: rgb(189,132,100); }
td.TdClassName
{
border-color: #BD8464;
}
.TagClassName
{
border-color: #BD8464;
}
</style>