Shades of Burning Sand #BC7D59
Tints of Burning Sand #BC7D59
RGB
CMYK
RGB Variations
Color information
#BC7D59 (or 0xBC7D59) is known color: Burning Sand. HEX triplet: BC, 7D and 59. RGB value is (188,125,89). Sum of RGB (Red+Green+Blue) = 188+125+89=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D59 is #4382A6. Grayscale: #8B8B8B. Windows color (decimal): -4424359 or 5864892. OLE color: 5864892.
HSL color Cylindrical-coordinate representation of color #BC7D59: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7D59 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 89 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.26 |
| HSL | 21.82º | 0.42% | 0.54% | - |
| HSV(B) | 21.82º | 0.53% | 0.74% | - |
| XYZ | 29.88 | 26.08 | 12.91 | - |
| YUV | 139.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 89 | 0 | 0.34 | 0.53 | 0.26 | 21.82 | 0.42 | 0.54 |
| Hex | BC | 7D | 59 | 0 | 22 | 35 | 1A | 16 | 2A | 36 |
| Octal | 274 | 175 | 131 | 0 | 42 | 65 | 32 | 26 | 52 | 66 |
| Binary | 10111100 | 1111101 | 1011001 | 0 | 100010 | 110101 | 11010 | 10110 | 101010 | 110110 |
Color Harmonies of #BC7D59
Complementary color
Monochromatic Colors of #BC7D59
Black with #BC7D59
Text Example
Text Example
White with #BC7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D59; }
p { color: rgb(188,125,89); }
H1.HeaderClassName
{
color: #BC7D59;
}
.AnyTagClassName
{
color: #BC7D59;
}
</style>
background-color css
<style>
a { background-color: #BC7D59; }
a { background-color: rgb(188,125,89); }
div.DivClassName
{
background-color: #BC7D59;
}
.BgClassName
{
background-color: #BC7D59;
}
</style>
border-color css
<style>
span { border-color: #BC7D59; }
span { border-color: rgb(188,125,89); }
td.TdClassName
{
border-color: #BC7D59;
}
.TagClassName
{
border-color: #BC7D59;
}
</style>