Shades of Burning Sand #BE7C62
Tints of Burning Sand #BE7C62
RGB
CMYK
RGB Variations
Color information
#BE7C62 (or 0xBE7C62) is known color: Burning Sand. HEX triplet: BE, 7C and 62. RGB value is (190,124,98). Sum of RGB (Red+Green+Blue) = 190+124+98=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C62 is #41839D. Grayscale: #8C8C8C. Windows color (decimal): -4293534 or 6454462. OLE color: 6454462.
HSL color Cylindrical-coordinate representation of color #BE7C62: hue angle of 16.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7C62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 98 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.25 |
| HSL | 16.96º | 0.41% | 0.56% | - |
| HSV(B) | 16.96º | 0.48% | 0.75% | - |
| XYZ | 30.65 | 26.24 | 15.01 | - |
| YUV | 140.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 98 | 0 | 0.35 | 0.48 | 0.25 | 16.96 | 0.41 | 0.56 |
| Hex | BE | 7C | 62 | 0 | 23 | 30 | 19 | 11 | 29 | 38 |
| Octal | 276 | 174 | 142 | 0 | 43 | 60 | 31 | 21 | 51 | 70 |
| Binary | 10111110 | 1111100 | 1100010 | 0 | 100011 | 110000 | 11001 | 10001 | 101001 | 111000 |
Color Harmonies of #BE7C62
Complementary color
Monochromatic Colors of #BE7C62
Black with #BE7C62
Text Example
Text Example
White with #BE7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C62; }
p { color: rgb(190,124,98); }
H1.HeaderClassName
{
color: #BE7C62;
}
.AnyTagClassName
{
color: #BE7C62;
}
</style>
background-color css
<style>
a { background-color: #BE7C62; }
a { background-color: rgb(190,124,98); }
div.DivClassName
{
background-color: #BE7C62;
}
.BgClassName
{
background-color: #BE7C62;
}
</style>
border-color css
<style>
span { border-color: #BE7C62; }
span { border-color: rgb(190,124,98); }
td.TdClassName
{
border-color: #BE7C62;
}
.TagClassName
{
border-color: #BE7C62;
}
</style>