Shades of Burning Sand #BD7E5F
Tints of Burning Sand #BD7E5F
RGB
CMYK
RGB Variations
Color information
#BD7E5F (or 0xBD7E5F) is known color: Burning Sand. HEX triplet: BD, 7E and 5F. RGB value is (189,126,95). Sum of RGB (Red+Green+Blue) = 189+126+95=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E5F is #4281A0. Grayscale: #8D8D8D. Windows color (decimal): -4358561 or 6258365. OLE color: 6258365.
HSL color Cylindrical-coordinate representation of color #BD7E5F: hue angle of 19.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7E5F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 95 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.26 |
| HSL | 19.79º | 0.42% | 0.56% | - |
| HSV(B) | 19.79º | 0.5% | 0.74% | - |
| XYZ | 30.51 | 26.57 | 14.35 | - |
| YUV | 141.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 95 | 0 | 0.33 | 0.50 | 0.26 | 19.79 | 0.42 | 0.56 |
| Hex | BD | 7E | 5F | 0 | 21 | 32 | 1A | 14 | 2A | 38 |
| Octal | 275 | 176 | 137 | 0 | 41 | 62 | 32 | 24 | 52 | 70 |
| Binary | 10111101 | 1111110 | 1011111 | 0 | 100001 | 110010 | 11010 | 10100 | 101010 | 111000 |
Color Harmonies of #BD7E5F
Complementary color
Monochromatic Colors of #BD7E5F
Black with #BD7E5F
Text Example
Text Example
White with #BD7E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E5F; }
p { color: rgb(189,126,95); }
H1.HeaderClassName
{
color: #BD7E5F;
}
.AnyTagClassName
{
color: #BD7E5F;
}
</style>
background-color css
<style>
a { background-color: #BD7E5F; }
a { background-color: rgb(189,126,95); }
div.DivClassName
{
background-color: #BD7E5F;
}
.BgClassName
{
background-color: #BD7E5F;
}
</style>
border-color css
<style>
span { border-color: #BD7E5F; }
span { border-color: rgb(189,126,95); }
td.TdClassName
{
border-color: #BD7E5F;
}
.TagClassName
{
border-color: #BD7E5F;
}
</style>