Shades of Burning Sand #BE7E5D
Tints of Burning Sand #BE7E5D
RGB
CMYK
RGB Variations
Color information
#BE7E5D (or 0xBE7E5D) is known color: Burning Sand. HEX triplet: BE, 7E and 5D. RGB value is (190,126,93). Sum of RGB (Red+Green+Blue) = 190+126+93=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E5D is #4181A2. Grayscale: #8D8D8D. Windows color (decimal): -4293027 or 6127294. OLE color: 6127294.
HSL color Cylindrical-coordinate representation of color #BE7E5D: hue angle of 20.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7E5D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 93 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.25 |
| HSL | 20.41º | 0.43% | 0.55% | - |
| HSV(B) | 20.41º | 0.51% | 0.75% | - |
| XYZ | 30.67 | 26.66 | 13.89 | - |
| YUV | 141.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 93 | 0 | 0.34 | 0.51 | 0.25 | 20.41 | 0.43 | 0.55 |
| Hex | BE | 7E | 5D | 0 | 22 | 33 | 19 | 14 | 2B | 37 |
| Octal | 276 | 176 | 135 | 0 | 42 | 63 | 31 | 24 | 53 | 67 |
| Binary | 10111110 | 1111110 | 1011101 | 0 | 100010 | 110011 | 11001 | 10100 | 101011 | 110111 |
Color Harmonies of #BE7E5D
Complementary color
Monochromatic Colors of #BE7E5D
Black with #BE7E5D
Text Example
Text Example
White with #BE7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E5D; }
p { color: rgb(190,126,93); }
H1.HeaderClassName
{
color: #BE7E5D;
}
.AnyTagClassName
{
color: #BE7E5D;
}
</style>
background-color css
<style>
a { background-color: #BE7E5D; }
a { background-color: rgb(190,126,93); }
div.DivClassName
{
background-color: #BE7E5D;
}
.BgClassName
{
background-color: #BE7E5D;
}
</style>
border-color css
<style>
span { border-color: #BE7E5D; }
span { border-color: rgb(190,126,93); }
td.TdClassName
{
border-color: #BE7E5D;
}
.TagClassName
{
border-color: #BE7E5D;
}
</style>