Shades of Burning Sand #BD7E68
Tints of Burning Sand #BD7E68
RGB
CMYK
RGB Variations
Color information
#BD7E68 (or 0xBD7E68) is known color: Burning Sand. HEX triplet: BD, 7E and 68. RGB value is (189,126,104). Sum of RGB (Red+Green+Blue) = 189+126+104=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E68 is #428197. Grayscale: #8E8E8E. Windows color (decimal): -4358552 or 6848189. OLE color: 6848189.
HSL color Cylindrical-coordinate representation of color #BD7E68: hue angle of 15.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7E68 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 104 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.26 |
| HSL | 15.53º | 0.39% | 0.57% | - |
| HSV(B) | 15.53º | 0.45% | 0.74% | - |
| XYZ | 30.95 | 26.74 | 16.63 | - |
| YUV | 142.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 104 | 0 | 0.33 | 0.45 | 0.26 | 15.53 | 0.39 | 0.57 |
| Hex | BD | 7E | 68 | 0 | 21 | 2D | 1A | 10 | 27 | 39 |
| Octal | 275 | 176 | 150 | 0 | 41 | 55 | 32 | 20 | 47 | 71 |
| Binary | 10111101 | 1111110 | 1101000 | 0 | 100001 | 101101 | 11010 | 10000 | 100111 | 111001 |
Color Harmonies of #BD7E68
Complementary color
Monochromatic Colors of #BD7E68
Black with #BD7E68
Text Example
Text Example
White with #BD7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E68; }
p { color: rgb(189,126,104); }
H1.HeaderClassName
{
color: #BD7E68;
}
.AnyTagClassName
{
color: #BD7E68;
}
</style>
background-color css
<style>
a { background-color: #BD7E68; }
a { background-color: rgb(189,126,104); }
div.DivClassName
{
background-color: #BD7E68;
}
.BgClassName
{
background-color: #BD7E68;
}
</style>
border-color css
<style>
span { border-color: #BD7E68; }
span { border-color: rgb(189,126,104); }
td.TdClassName
{
border-color: #BD7E68;
}
.TagClassName
{
border-color: #BD7E68;
}
</style>