Shades of Burning Sand #BE7D5C
Tints of Burning Sand #BE7D5C
RGB
CMYK
RGB Variations
Color information
#BE7D5C (or 0xBE7D5C) is known color: Burning Sand. HEX triplet: BE, 7D and 5C. RGB value is (190,125,92). Sum of RGB (Red+Green+Blue) = 190+125+92=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D5C is #4182A3. Grayscale: #8C8C8C. Windows color (decimal): -4293284 or 6061502. OLE color: 6061502.
HSL color Cylindrical-coordinate representation of color #BE7D5C: hue angle of 20.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE7D5C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 92 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.25 |
| HSL | 20.2º | 0.43% | 0.55% | - |
| HSV(B) | 20.2º | 0.52% | 0.75% | - |
| XYZ | 30.5 | 26.39 | 13.61 | - |
| YUV | 140.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 92 | 0 | 0.34 | 0.52 | 0.25 | 20.2 | 0.43 | 0.55 |
| Hex | BE | 7D | 5C | 0 | 22 | 34 | 19 | 14 | 2B | 37 |
| Octal | 276 | 175 | 134 | 0 | 42 | 64 | 31 | 24 | 53 | 67 |
| Binary | 10111110 | 1111101 | 1011100 | 0 | 100010 | 110100 | 11001 | 10100 | 101011 | 110111 |
Color Harmonies of #BE7D5C
Complementary color
Monochromatic Colors of #BE7D5C
Black with #BE7D5C
Text Example
Text Example
White with #BE7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D5C; }
p { color: rgb(190,125,92); }
H1.HeaderClassName
{
color: #BE7D5C;
}
.AnyTagClassName
{
color: #BE7D5C;
}
</style>
background-color css
<style>
a { background-color: #BE7D5C; }
a { background-color: rgb(190,125,92); }
div.DivClassName
{
background-color: #BE7D5C;
}
.BgClassName
{
background-color: #BE7D5C;
}
</style>
border-color css
<style>
span { border-color: #BE7D5C; }
span { border-color: rgb(190,125,92); }
td.TdClassName
{
border-color: #BE7D5C;
}
.TagClassName
{
border-color: #BE7D5C;
}
</style>