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