Shades of Burning Sand #BE8262
Tints of Burning Sand #BE8262
RGB
CMYK
RGB Variations
Color information
#BE8262 (or 0xBE8262) is known color: Burning Sand. HEX triplet: BE, 82 and 62. RGB value is (190,130,98). Sum of RGB (Red+Green+Blue) = 190+130+98=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8262 is #417D9D. Grayscale: #909090. Windows color (decimal): -4291998 or 6455998. OLE color: 6455998.
HSL color Cylindrical-coordinate representation of color #BE8262: hue angle of 20.87º 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 #BE8262 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 98 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.25 |
| HSL | 20.87º | 0.41% | 0.56% | - |
| HSV(B) | 20.87º | 0.48% | 0.75% | - |
| XYZ | 31.42 | 27.79 | 15.26 | - |
| YUV | 144.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 98 | 0 | 0.32 | 0.48 | 0.25 | 20.87 | 0.41 | 0.56 |
| Hex | BE | 82 | 62 | 0 | 20 | 30 | 19 | 15 | 29 | 38 |
| Octal | 276 | 202 | 142 | 0 | 40 | 60 | 31 | 25 | 51 | 70 |
| Binary | 10111110 | 10000010 | 1100010 | 0 | 100000 | 110000 | 11001 | 10101 | 101001 | 111000 |
Color Harmonies of #BE8262
Complementary color
Monochromatic Colors of #BE8262
Black with #BE8262
Text Example
Text Example
White with #BE8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8262; }
p { color: rgb(190,130,98); }
H1.HeaderClassName
{
color: #BE8262;
}
.AnyTagClassName
{
color: #BE8262;
}
</style>
background-color css
<style>
a { background-color: #BE8262; }
a { background-color: rgb(190,130,98); }
div.DivClassName
{
background-color: #BE8262;
}
.BgClassName
{
background-color: #BE8262;
}
</style>
border-color css
<style>
span { border-color: #BE8262; }
span { border-color: rgb(190,130,98); }
td.TdClassName
{
border-color: #BE8262;
}
.TagClassName
{
border-color: #BE8262;
}
</style>