Shades of Burning Sand #BC7E5A
Tints of Burning Sand #BC7E5A
RGB
CMYK
RGB Variations
Color information
#BC7E5A (or 0xBC7E5A) is known color: Burning Sand. HEX triplet: BC, 7E and 5A. RGB value is (188,126,90). Sum of RGB (Red+Green+Blue) = 188+126+90=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E5A is #4381A5. Grayscale: #8C8C8C. Windows color (decimal): -4424102 or 5930684. OLE color: 5930684.
HSL color Cylindrical-coordinate representation of color #BC7E5A: hue angle of 22.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC7E5A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 90 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.26 |
| HSL | 22.04º | 0.42% | 0.55% | - |
| HSV(B) | 22.04º | 0.52% | 0.74% | - |
| XYZ | 30.05 | 26.35 | 13.18 | - |
| YUV | 140.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 90 | 0 | 0.33 | 0.52 | 0.26 | 22.04 | 0.42 | 0.55 |
| Hex | BC | 7E | 5A | 0 | 21 | 34 | 1A | 16 | 2A | 37 |
| Octal | 274 | 176 | 132 | 0 | 41 | 64 | 32 | 26 | 52 | 67 |
| Binary | 10111100 | 1111110 | 1011010 | 0 | 100001 | 110100 | 11010 | 10110 | 101010 | 110111 |
Color Harmonies of #BC7E5A
Complementary color
Monochromatic Colors of #BC7E5A
Black with #BC7E5A
Text Example
Text Example
White with #BC7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E5A; }
p { color: rgb(188,126,90); }
H1.HeaderClassName
{
color: #BC7E5A;
}
.AnyTagClassName
{
color: #BC7E5A;
}
</style>
background-color css
<style>
a { background-color: #BC7E5A; }
a { background-color: rgb(188,126,90); }
div.DivClassName
{
background-color: #BC7E5A;
}
.BgClassName
{
background-color: #BC7E5A;
}
</style>
border-color css
<style>
span { border-color: #BC7E5A; }
span { border-color: rgb(188,126,90); }
td.TdClassName
{
border-color: #BC7E5A;
}
.TagClassName
{
border-color: #BC7E5A;
}
</style>