Shades of Burning Sand #BE8362
Tints of Burning Sand #BE8362
RGB
CMYK
RGB Variations
Color information
#BE8362 (or 0xBE8362) is known color: Burning Sand. HEX triplet: BE, 83 and 62. RGB value is (190,131,98). Sum of RGB (Red+Green+Blue) = 190+131+98=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8362 is #417C9D. Grayscale: #919191. Windows color (decimal): -4291742 or 6456254. OLE color: 6456254.
HSL color Cylindrical-coordinate representation of color #BE8362: hue angle of 21.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE8362 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 98 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.25 |
| HSL | 21.52º | 0.41% | 0.56% | - |
| HSV(B) | 21.52º | 0.48% | 0.75% | - |
| XYZ | 31.56 | 28.06 | 15.31 | - |
| YUV | 144.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 98 | 0 | 0.31 | 0.48 | 0.25 | 21.52 | 0.41 | 0.56 |
| Hex | BE | 83 | 62 | 0 | 1F | 30 | 19 | 16 | 29 | 38 |
| Octal | 276 | 203 | 142 | 0 | 37 | 60 | 31 | 26 | 51 | 70 |
| Binary | 10111110 | 10000011 | 1100010 | 0 | 11111 | 110000 | 11001 | 10110 | 101001 | 111000 |
Color Harmonies of #BE8362
Complementary color
Monochromatic Colors of #BE8362
Black with #BE8362
Text Example
Text Example
White with #BE8362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8362; }
p { color: rgb(190,131,98); }
H1.HeaderClassName
{
color: #BE8362;
}
.AnyTagClassName
{
color: #BE8362;
}
</style>
background-color css
<style>
a { background-color: #BE8362; }
a { background-color: rgb(190,131,98); }
div.DivClassName
{
background-color: #BE8362;
}
.BgClassName
{
background-color: #BE8362;
}
</style>
border-color css
<style>
span { border-color: #BE8362; }
span { border-color: rgb(190,131,98); }
td.TdClassName
{
border-color: #BE8362;
}
.TagClassName
{
border-color: #BE8362;
}
</style>