Shades of Burning Sand #BE7B5E
Tints of Burning Sand #BE7B5E
RGB
CMYK
RGB Variations
Color information
#BE7B5E (or 0xBE7B5E) is known color: Burning Sand. HEX triplet: BE, 7B and 5E. RGB value is (190,123,94). Sum of RGB (Red+Green+Blue) = 190+123+94=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B5E is #4184A1. Grayscale: #8B8B8B. Windows color (decimal): -4293794 or 6192062. OLE color: 6192062.
HSL color Cylindrical-coordinate representation of color #BE7B5E: hue angle of 18.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7B5E is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 94 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.25 |
| HSL | 18.13º | 0.42% | 0.56% | - |
| HSV(B) | 18.13º | 0.51% | 0.75% | - |
| XYZ | 30.34 | 25.92 | 13.99 | - |
| YUV | 139.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 94 | 0 | 0.35 | 0.51 | 0.25 | 18.13 | 0.42 | 0.56 |
| Hex | BE | 7B | 5E | 0 | 23 | 33 | 19 | 12 | 2A | 38 |
| Octal | 276 | 173 | 136 | 0 | 43 | 63 | 31 | 22 | 52 | 70 |
| Binary | 10111110 | 1111011 | 1011110 | 0 | 100011 | 110011 | 11001 | 10010 | 101010 | 111000 |
Color Harmonies of #BE7B5E
Complementary color
Monochromatic Colors of #BE7B5E
Black with #BE7B5E
Text Example
Text Example
White with #BE7B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B5E; }
p { color: rgb(190,123,94); }
H1.HeaderClassName
{
color: #BE7B5E;
}
.AnyTagClassName
{
color: #BE7B5E;
}
</style>
background-color css
<style>
a { background-color: #BE7B5E; }
a { background-color: rgb(190,123,94); }
div.DivClassName
{
background-color: #BE7B5E;
}
.BgClassName
{
background-color: #BE7B5E;
}
</style>
border-color css
<style>
span { border-color: #BE7B5E; }
span { border-color: rgb(190,123,94); }
td.TdClassName
{
border-color: #BE7B5E;
}
.TagClassName
{
border-color: #BE7B5E;
}
</style>