Shades of Burning Sand #BE7F64
Tints of Burning Sand #BE7F64
RGB
CMYK
RGB Variations
Color information
#BE7F64 (or 0xBE7F64) is known color: Burning Sand. HEX triplet: BE, 7F and 64. RGB value is (190,127,100). Sum of RGB (Red+Green+Blue) = 190+127+100=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F64 is #41809B. Grayscale: #8E8E8E. Windows color (decimal): -4292764 or 6586302. OLE color: 6586302.
HSL color Cylindrical-coordinate representation of color #BE7F64: hue angle of 18º 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 #BE7F64 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 100 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.25 |
| HSL | 18º | 0.41% | 0.57% | - |
| HSV(B) | 18º | 0.47% | 0.75% | - |
| XYZ | 31.12 | 27.05 | 15.64 | - |
| YUV | 142.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 100 | 0 | 0.33 | 0.47 | 0.25 | 18 | 0.41 | 0.57 |
| Hex | BE | 7F | 64 | 0 | 21 | 2F | 19 | 12 | 29 | 39 |
| Octal | 276 | 177 | 144 | 0 | 41 | 57 | 31 | 22 | 51 | 71 |
| Binary | 10111110 | 1111111 | 1100100 | 0 | 100001 | 101111 | 11001 | 10010 | 101001 | 111001 |
Color Harmonies of #BE7F64
Complementary color
Monochromatic Colors of #BE7F64
Black with #BE7F64
Text Example
Text Example
White with #BE7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F64; }
p { color: rgb(190,127,100); }
H1.HeaderClassName
{
color: #BE7F64;
}
.AnyTagClassName
{
color: #BE7F64;
}
</style>
background-color css
<style>
a { background-color: #BE7F64; }
a { background-color: rgb(190,127,100); }
div.DivClassName
{
background-color: #BE7F64;
}
.BgClassName
{
background-color: #BE7F64;
}
</style>
border-color css
<style>
span { border-color: #BE7F64; }
span { border-color: rgb(190,127,100); }
td.TdClassName
{
border-color: #BE7F64;
}
.TagClassName
{
border-color: #BE7F64;
}
</style>