Shades of Burning Sand #BE8266
Tints of Burning Sand #BE8266
RGB
CMYK
RGB Variations
Color information
#BE8266 (or 0xBE8266) is known color: Burning Sand. HEX triplet: BE, 82 and 66. RGB value is (190,130,102). Sum of RGB (Red+Green+Blue) = 190+130+102=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8266 is #417D99. Grayscale: #909090. Windows color (decimal): -4291994 or 6718142. OLE color: 6718142.
HSL color Cylindrical-coordinate representation of color #BE8266: hue angle of 19.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE8266 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 102 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.25 |
| HSL | 19.09º | 0.4% | 0.57% | - |
| HSV(B) | 19.09º | 0.46% | 0.75% | - |
| XYZ | 31.62 | 27.87 | 16.28 | - |
| YUV | 144.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 102 | 0 | 0.32 | 0.46 | 0.25 | 19.09 | 0.4 | 0.57 |
| Hex | BE | 82 | 66 | 0 | 20 | 2E | 19 | 13 | 28 | 39 |
| Octal | 276 | 202 | 146 | 0 | 40 | 56 | 31 | 23 | 50 | 71 |
| Binary | 10111110 | 10000010 | 1100110 | 0 | 100000 | 101110 | 11001 | 10011 | 101000 | 111001 |
Color Harmonies of #BE8266
Complementary color
Monochromatic Colors of #BE8266
Black with #BE8266
Text Example
Text Example
White with #BE8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8266; }
p { color: rgb(190,130,102); }
H1.HeaderClassName
{
color: #BE8266;
}
.AnyTagClassName
{
color: #BE8266;
}
</style>
background-color css
<style>
a { background-color: #BE8266; }
a { background-color: rgb(190,130,102); }
div.DivClassName
{
background-color: #BE8266;
}
.BgClassName
{
background-color: #BE8266;
}
</style>
border-color css
<style>
span { border-color: #BE8266; }
span { border-color: rgb(190,130,102); }
td.TdClassName
{
border-color: #BE8266;
}
.TagClassName
{
border-color: #BE8266;
}
</style>