Shades of Burning Sand #BE896A
Tints of Burning Sand #BE896A
RGB
CMYK
RGB Variations
Color information
#BE896A (or 0xBE896A) is known color: Burning Sand. HEX triplet: BE, 89 and 6A. RGB value is (190,137,106). Sum of RGB (Red+Green+Blue) = 190+137+106=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE896A is #417695. Grayscale: #959595. Windows color (decimal): -4290198 or 6982078. OLE color: 6982078.
HSL color Cylindrical-coordinate representation of color #BE896A: hue angle of 22.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE896A is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 106 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.25 |
| HSL | 22.14º | 0.39% | 0.58% | - |
| HSV(B) | 22.14º | 0.44% | 0.75% | - |
| XYZ | 32.78 | 29.88 | 17.68 | - |
| YUV | 149.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 106 | 0 | 0.28 | 0.44 | 0.25 | 22.14 | 0.39 | 0.58 |
| Hex | BE | 89 | 6A | 0 | 1C | 2C | 19 | 16 | 27 | 3A |
| Octal | 276 | 211 | 152 | 0 | 34 | 54 | 31 | 26 | 47 | 72 |
| Binary | 10111110 | 10001001 | 1101010 | 0 | 11100 | 101100 | 11001 | 10110 | 100111 | 111010 |
Color Harmonies of #BE896A
Complementary color
Monochromatic Colors of #BE896A
Black with #BE896A
Text Example
Text Example
White with #BE896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE896A; }
p { color: rgb(190,137,106); }
H1.HeaderClassName
{
color: #BE896A;
}
.AnyTagClassName
{
color: #BE896A;
}
</style>
background-color css
<style>
a { background-color: #BE896A; }
a { background-color: rgb(190,137,106); }
div.DivClassName
{
background-color: #BE896A;
}
.BgClassName
{
background-color: #BE896A;
}
</style>
border-color css
<style>
span { border-color: #BE896A; }
span { border-color: rgb(190,137,106); }
td.TdClassName
{
border-color: #BE896A;
}
.TagClassName
{
border-color: #BE896A;
}
</style>