Shades of Burning Sand #BE7D67
Tints of Burning Sand #BE7D67
RGB
CMYK
RGB Variations
Color information
#BE7D67 (or 0xBE7D67) is known color: Burning Sand. HEX triplet: BE, 7D and 67. RGB value is (190,125,103). Sum of RGB (Red+Green+Blue) = 190+125+103=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D67 is #418298. Grayscale: #8E8E8E. Windows color (decimal): -4293273 or 6782398. OLE color: 6782398.
HSL color Cylindrical-coordinate representation of color #BE7D67: hue angle of 15.17º 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 #BE7D67 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 103 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.25 |
| HSL | 15.17º | 0.4% | 0.57% | - |
| HSV(B) | 15.17º | 0.46% | 0.75% | - |
| XYZ | 31.02 | 26.59 | 16.33 | - |
| YUV | 141.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 103 | 0 | 0.34 | 0.46 | 0.25 | 15.17 | 0.4 | 0.57 |
| Hex | BE | 7D | 67 | 0 | 22 | 2E | 19 | F | 28 | 39 |
| Octal | 276 | 175 | 147 | 0 | 42 | 56 | 31 | 17 | 50 | 71 |
| Binary | 10111110 | 1111101 | 1100111 | 0 | 100010 | 101110 | 11001 | 1111 | 101000 | 111001 |
Color Harmonies of #BE7D67
Complementary color
Monochromatic Colors of #BE7D67
Black with #BE7D67
Text Example
Text Example
White with #BE7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D67; }
p { color: rgb(190,125,103); }
H1.HeaderClassName
{
color: #BE7D67;
}
.AnyTagClassName
{
color: #BE7D67;
}
</style>
background-color css
<style>
a { background-color: #BE7D67; }
a { background-color: rgb(190,125,103); }
div.DivClassName
{
background-color: #BE7D67;
}
.BgClassName
{
background-color: #BE7D67;
}
</style>
border-color css
<style>
span { border-color: #BE7D67; }
span { border-color: rgb(190,125,103); }
td.TdClassName
{
border-color: #BE7D67;
}
.TagClassName
{
border-color: #BE7D67;
}
</style>