Shades of Burning Sand #BD7E60
Tints of Burning Sand #BD7E60
RGB
CMYK
RGB Variations
Color information
#BD7E60 (or 0xBD7E60) is known color: Burning Sand. HEX triplet: BD, 7E and 60. RGB value is (189,126,96). Sum of RGB (Red+Green+Blue) = 189+126+96=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E60 is #42819F. Grayscale: #8D8D8D. Windows color (decimal): -4358560 or 6323901. OLE color: 6323901.
HSL color Cylindrical-coordinate representation of color #BD7E60: hue angle of 19.35º 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 #BD7E60 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 96 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.26 |
| HSL | 19.35º | 0.41% | 0.56% | - |
| HSV(B) | 19.35º | 0.49% | 0.74% | - |
| XYZ | 30.56 | 26.59 | 14.59 | - |
| YUV | 141.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 96 | 0 | 0.33 | 0.49 | 0.26 | 19.35 | 0.41 | 0.56 |
| Hex | BD | 7E | 60 | 0 | 21 | 31 | 1A | 13 | 29 | 38 |
| Octal | 275 | 176 | 140 | 0 | 41 | 61 | 32 | 23 | 51 | 70 |
| Binary | 10111101 | 1111110 | 1100000 | 0 | 100001 | 110001 | 11010 | 10011 | 101001 | 111000 |
Color Harmonies of #BD7E60
Complementary color
Monochromatic Colors of #BD7E60
Black with #BD7E60
Text Example
Text Example
White with #BD7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E60; }
p { color: rgb(189,126,96); }
H1.HeaderClassName
{
color: #BD7E60;
}
.AnyTagClassName
{
color: #BD7E60;
}
</style>
background-color css
<style>
a { background-color: #BD7E60; }
a { background-color: rgb(189,126,96); }
div.DivClassName
{
background-color: #BD7E60;
}
.BgClassName
{
background-color: #BD7E60;
}
</style>
border-color css
<style>
span { border-color: #BD7E60; }
span { border-color: rgb(189,126,96); }
td.TdClassName
{
border-color: #BD7E60;
}
.TagClassName
{
border-color: #BD7E60;
}
</style>