Shades of Burning Sand #BE805C
Tints of Burning Sand #BE805C
RGB
CMYK
RGB Variations
Color information
#BE805C (or 0xBE805C) is known color: Burning Sand. HEX triplet: BE, 80 and 5C. RGB value is (190,128,92). Sum of RGB (Red+Green+Blue) = 190+128+92=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE805C is #417FA3. Grayscale: #8E8E8E. Windows color (decimal): -4292516 or 6062270. OLE color: 6062270.
HSL color Cylindrical-coordinate representation of color #BE805C: hue angle of 22.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE805C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 92 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.25 |
| HSL | 22.04º | 0.43% | 0.55% | - |
| HSV(B) | 22.04º | 0.52% | 0.75% | - |
| XYZ | 30.89 | 27.16 | 13.74 | - |
| YUV | 142.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 92 | 0 | 0.33 | 0.52 | 0.25 | 22.04 | 0.43 | 0.55 |
| Hex | BE | 80 | 5C | 0 | 21 | 34 | 19 | 16 | 2B | 37 |
| Octal | 276 | 200 | 134 | 0 | 41 | 64 | 31 | 26 | 53 | 67 |
| Binary | 10111110 | 10000000 | 1011100 | 0 | 100001 | 110100 | 11001 | 10110 | 101011 | 110111 |
Color Harmonies of #BE805C
Complementary color
Monochromatic Colors of #BE805C
Black with #BE805C
Text Example
Text Example
White with #BE805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE805C; }
p { color: rgb(190,128,92); }
H1.HeaderClassName
{
color: #BE805C;
}
.AnyTagClassName
{
color: #BE805C;
}
</style>
background-color css
<style>
a { background-color: #BE805C; }
a { background-color: rgb(190,128,92); }
div.DivClassName
{
background-color: #BE805C;
}
.BgClassName
{
background-color: #BE805C;
}
</style>
border-color css
<style>
span { border-color: #BE805C; }
span { border-color: rgb(190,128,92); }
td.TdClassName
{
border-color: #BE805C;
}
.TagClassName
{
border-color: #BE805C;
}
</style>