Shades of Burning Sand #BE8067
Tints of Burning Sand #BE8067
RGB
CMYK
RGB Variations
Color information
#BE8067 (or 0xBE8067) is known color: Burning Sand. HEX triplet: BE, 80 and 67. RGB value is (190,128,103). Sum of RGB (Red+Green+Blue) = 190+128+103=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8067 is #417F98. Grayscale: #8F8F8F. Windows color (decimal): -4292505 or 6783166. OLE color: 6783166.
HSL color Cylindrical-coordinate representation of color #BE8067: hue angle of 17.24º 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 #BE8067 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 103 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.25 |
| HSL | 17.24º | 0.4% | 0.57% | - |
| HSV(B) | 17.24º | 0.46% | 0.75% | - |
| XYZ | 31.4 | 27.36 | 16.46 | - |
| YUV | 143.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 103 | 0 | 0.33 | 0.46 | 0.25 | 17.24 | 0.4 | 0.57 |
| Hex | BE | 80 | 67 | 0 | 21 | 2E | 19 | 11 | 28 | 39 |
| Octal | 276 | 200 | 147 | 0 | 41 | 56 | 31 | 21 | 50 | 71 |
| Binary | 10111110 | 10000000 | 1100111 | 0 | 100001 | 101110 | 11001 | 10001 | 101000 | 111001 |
Color Harmonies of #BE8067
Complementary color
Monochromatic Colors of #BE8067
Black with #BE8067
Text Example
Text Example
White with #BE8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8067; }
p { color: rgb(190,128,103); }
H1.HeaderClassName
{
color: #BE8067;
}
.AnyTagClassName
{
color: #BE8067;
}
</style>
background-color css
<style>
a { background-color: #BE8067; }
a { background-color: rgb(190,128,103); }
div.DivClassName
{
background-color: #BE8067;
}
.BgClassName
{
background-color: #BE8067;
}
</style>
border-color css
<style>
span { border-color: #BE8067; }
span { border-color: rgb(190,128,103); }
td.TdClassName
{
border-color: #BE8067;
}
.TagClassName
{
border-color: #BE8067;
}
</style>