Shades of Burning Sand #BE8766
Tints of Burning Sand #BE8766
RGB
CMYK
RGB Variations
Color information
#BE8766 (or 0xBE8766) is known color: Burning Sand. HEX triplet: BE, 87 and 66. RGB value is (190,135,102). Sum of RGB (Red+Green+Blue) = 190+135+102=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8766 is #417899. Grayscale: #939393. Windows color (decimal): -4290714 or 6719422. OLE color: 6719422.
HSL color Cylindrical-coordinate representation of color #BE8766: hue angle of 22.5º 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 #BE8766 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 102 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.25 |
| HSL | 22.5º | 0.4% | 0.57% | - |
| HSV(B) | 22.5º | 0.46% | 0.75% | - |
| XYZ | 32.3 | 29.23 | 16.51 | - |
| YUV | 147.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 102 | 0 | 0.29 | 0.46 | 0.25 | 22.5 | 0.4 | 0.57 |
| Hex | BE | 87 | 66 | 0 | 1D | 2E | 19 | 16 | 28 | 39 |
| Octal | 276 | 207 | 146 | 0 | 35 | 56 | 31 | 26 | 50 | 71 |
| Binary | 10111110 | 10000111 | 1100110 | 0 | 11101 | 101110 | 11001 | 10110 | 101000 | 111001 |
Color Harmonies of #BE8766
Complementary color
Monochromatic Colors of #BE8766
Black with #BE8766
Text Example
Text Example
White with #BE8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8766; }
p { color: rgb(190,135,102); }
H1.HeaderClassName
{
color: #BE8766;
}
.AnyTagClassName
{
color: #BE8766;
}
</style>
background-color css
<style>
a { background-color: #BE8766; }
a { background-color: rgb(190,135,102); }
div.DivClassName
{
background-color: #BE8766;
}
.BgClassName
{
background-color: #BE8766;
}
</style>
border-color css
<style>
span { border-color: #BE8766; }
span { border-color: rgb(190,135,102); }
td.TdClassName
{
border-color: #BE8766;
}
.TagClassName
{
border-color: #BE8766;
}
</style>