Shades of Burning Sand #BE7B60
Tints of Burning Sand #BE7B60
RGB
CMYK
RGB Variations
Color information
#BE7B60 (or 0xBE7B60) is known color: Burning Sand. HEX triplet: BE, 7B and 60. RGB value is (190,123,96). Sum of RGB (Red+Green+Blue) = 190+123+96=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B60 is #41849F. Grayscale: #8C8C8C. Windows color (decimal): -4293792 or 6323134. OLE color: 6323134.
HSL color Cylindrical-coordinate representation of color #BE7B60: hue angle of 17.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE7B60 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 96 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.25 |
| HSL | 17.23º | 0.42% | 0.56% | - |
| HSV(B) | 17.23º | 0.49% | 0.75% | - |
| XYZ | 30.43 | 25.96 | 14.47 | - |
| YUV | 139.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 96 | 0 | 0.35 | 0.49 | 0.25 | 17.23 | 0.42 | 0.56 |
| Hex | BE | 7B | 60 | 0 | 23 | 31 | 19 | 11 | 2A | 38 |
| Octal | 276 | 173 | 140 | 0 | 43 | 61 | 31 | 21 | 52 | 70 |
| Binary | 10111110 | 1111011 | 1100000 | 0 | 100011 | 110001 | 11001 | 10001 | 101010 | 111000 |
Color Harmonies of #BE7B60
Complementary color
Monochromatic Colors of #BE7B60
Black with #BE7B60
Text Example
Text Example
White with #BE7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B60; }
p { color: rgb(190,123,96); }
H1.HeaderClassName
{
color: #BE7B60;
}
.AnyTagClassName
{
color: #BE7B60;
}
</style>
background-color css
<style>
a { background-color: #BE7B60; }
a { background-color: rgb(190,123,96); }
div.DivClassName
{
background-color: #BE7B60;
}
.BgClassName
{
background-color: #BE7B60;
}
</style>
border-color css
<style>
span { border-color: #BE7B60; }
span { border-color: rgb(190,123,96); }
td.TdClassName
{
border-color: #BE7B60;
}
.TagClassName
{
border-color: #BE7B60;
}
</style>