Shades of Burning Sand #BE8564
Tints of Burning Sand #BE8564
RGB
CMYK
RGB Variations
Color information
#BE8564 (or 0xBE8564) is known color: Burning Sand. HEX triplet: BE, 85 and 64. RGB value is (190,133,100). Sum of RGB (Red+Green+Blue) = 190+133+100=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8564 is #417A9B. Grayscale: #929292. Windows color (decimal): -4291228 or 6587838. OLE color: 6587838.
HSL color Cylindrical-coordinate representation of color #BE8564: hue angle of 22º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE8564 is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 100 | - |
| CMYK | 0 | 0.3 | 0.47 | 0.25 |
| HSL | 22º | 0.41% | 0.57% | - |
| HSV(B) | 22º | 0.47% | 0.75% | - |
| XYZ | 31.92 | 28.64 | 15.9 | - |
| YUV | 146.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 100 | 0 | 0.3 | 0.47 | 0.25 | 22 | 0.41 | 0.57 |
| Hex | BE | 85 | 64 | 0 | 1E | 2F | 19 | 16 | 29 | 39 |
| Octal | 276 | 205 | 144 | 0 | 36 | 57 | 31 | 26 | 51 | 71 |
| Binary | 10111110 | 10000101 | 1100100 | 0 | 11110 | 101111 | 11001 | 10110 | 101001 | 111001 |
Color Harmonies of #BE8564
Complementary color
Monochromatic Colors of #BE8564
Black with #BE8564
Text Example
Text Example
White with #BE8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8564; }
p { color: rgb(190,133,100); }
H1.HeaderClassName
{
color: #BE8564;
}
.AnyTagClassName
{
color: #BE8564;
}
</style>
background-color css
<style>
a { background-color: #BE8564; }
a { background-color: rgb(190,133,100); }
div.DivClassName
{
background-color: #BE8564;
}
.BgClassName
{
background-color: #BE8564;
}
</style>
border-color css
<style>
span { border-color: #BE8564; }
span { border-color: rgb(190,133,100); }
td.TdClassName
{
border-color: #BE8564;
}
.TagClassName
{
border-color: #BE8564;
}
</style>