Shades of Burning Sand #BD8460
Tints of Burning Sand #BD8460
RGB
CMYK
RGB Variations
Color information
#BD8460 (or 0xBD8460) is known color: Burning Sand. HEX triplet: BD, 84 and 60. RGB value is (189,132,96). Sum of RGB (Red+Green+Blue) = 189+132+96=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8460 is #427B9F. Grayscale: #919191. Windows color (decimal): -4357024 or 6325437. OLE color: 6325437.
HSL color Cylindrical-coordinate representation of color #BD8460: hue angle of 23.23º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD8460 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 96 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.26 |
| HSL | 23.23º | 0.41% | 0.56% | - |
| HSV(B) | 23.23º | 0.49% | 0.74% | - |
| XYZ | 31.35 | 28.17 | 14.85 | - |
| YUV | 144.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 96 | 0 | 0.30 | 0.49 | 0.26 | 23.23 | 0.41 | 0.56 |
| Hex | BD | 84 | 60 | 0 | 1E | 31 | 1A | 17 | 29 | 38 |
| Octal | 275 | 204 | 140 | 0 | 36 | 61 | 32 | 27 | 51 | 70 |
| Binary | 10111101 | 10000100 | 1100000 | 0 | 11110 | 110001 | 11010 | 10111 | 101001 | 111000 |
Color Harmonies of #BD8460
Complementary color
Monochromatic Colors of #BD8460
Black with #BD8460
Text Example
Text Example
White with #BD8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8460; }
p { color: rgb(189,132,96); }
H1.HeaderClassName
{
color: #BD8460;
}
.AnyTagClassName
{
color: #BD8460;
}
</style>
background-color css
<style>
a { background-color: #BD8460; }
a { background-color: rgb(189,132,96); }
div.DivClassName
{
background-color: #BD8460;
}
.BgClassName
{
background-color: #BD8460;
}
</style>
border-color css
<style>
span { border-color: #BD8460; }
span { border-color: rgb(189,132,96); }
td.TdClassName
{
border-color: #BD8460;
}
.TagClassName
{
border-color: #BD8460;
}
</style>