Shades of Burning Sand #BE7E5B
Tints of Burning Sand #BE7E5B
RGB
CMYK
RGB Variations
Color information
#BE7E5B (or 0xBE7E5B) is known color: Burning Sand. HEX triplet: BE, 7E and 5B. RGB value is (190,126,91). Sum of RGB (Red+Green+Blue) = 190+126+91=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E5B is #4181A4. Grayscale: #8D8D8D. Windows color (decimal): -4293029 or 5996222. OLE color: 5996222.
HSL color Cylindrical-coordinate representation of color #BE7E5B: hue angle of 21.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE7E5B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 91 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.25 |
| HSL | 21.21º | 0.43% | 0.55% | - |
| HSV(B) | 21.21º | 0.52% | 0.75% | - |
| XYZ | 30.58 | 26.62 | 13.42 | - |
| YUV | 141.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 91 | 0 | 0.34 | 0.52 | 0.25 | 21.21 | 0.43 | 0.55 |
| Hex | BE | 7E | 5B | 0 | 22 | 34 | 19 | 15 | 2B | 37 |
| Octal | 276 | 176 | 133 | 0 | 42 | 64 | 31 | 25 | 53 | 67 |
| Binary | 10111110 | 1111110 | 1011011 | 0 | 100010 | 110100 | 11001 | 10101 | 101011 | 110111 |
Color Harmonies of #BE7E5B
Complementary color
Monochromatic Colors of #BE7E5B
Black with #BE7E5B
Text Example
Text Example
White with #BE7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E5B; }
p { color: rgb(190,126,91); }
H1.HeaderClassName
{
color: #BE7E5B;
}
.AnyTagClassName
{
color: #BE7E5B;
}
</style>
background-color css
<style>
a { background-color: #BE7E5B; }
a { background-color: rgb(190,126,91); }
div.DivClassName
{
background-color: #BE7E5B;
}
.BgClassName
{
background-color: #BE7E5B;
}
</style>
border-color css
<style>
span { border-color: #BE7E5B; }
span { border-color: rgb(190,126,91); }
td.TdClassName
{
border-color: #BE7E5B;
}
.TagClassName
{
border-color: #BE7E5B;
}
</style>