Shades of Burning Sand #BC8364
Tints of Burning Sand #BC8364
RGB
CMYK
RGB Variations
Color information
#BC8364 (or 0xBC8364) is known color: Burning Sand. HEX triplet: BC, 83 and 64. RGB value is (188,131,100). Sum of RGB (Red+Green+Blue) = 188+131+100=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8364 is #437C9B. Grayscale: #909090. Windows color (decimal): -4422812 or 6587324. OLE color: 6587324.
HSL color Cylindrical-coordinate representation of color #BC8364: hue angle of 21.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC8364 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 100 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.26 |
| HSL | 21.14º | 0.4% | 0.56% | - |
| HSV(B) | 21.14º | 0.47% | 0.74% | - |
| XYZ | 31.16 | 27.84 | 15.79 | - |
| YUV | 144.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 100 | 0 | 0.30 | 0.47 | 0.26 | 21.14 | 0.4 | 0.56 |
| Hex | BC | 83 | 64 | 0 | 1E | 2F | 1A | 15 | 28 | 38 |
| Octal | 274 | 203 | 144 | 0 | 36 | 57 | 32 | 25 | 50 | 70 |
| Binary | 10111100 | 10000011 | 1100100 | 0 | 11110 | 101111 | 11010 | 10101 | 101000 | 111000 |
Color Harmonies of #BC8364
Complementary color
Monochromatic Colors of #BC8364
Black with #BC8364
Text Example
Text Example
White with #BC8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8364; }
p { color: rgb(188,131,100); }
H1.HeaderClassName
{
color: #BC8364;
}
.AnyTagClassName
{
color: #BC8364;
}
</style>
background-color css
<style>
a { background-color: #BC8364; }
a { background-color: rgb(188,131,100); }
div.DivClassName
{
background-color: #BC8364;
}
.BgClassName
{
background-color: #BC8364;
}
</style>
border-color css
<style>
span { border-color: #BC8364; }
span { border-color: rgb(188,131,100); }
td.TdClassName
{
border-color: #BC8364;
}
.TagClassName
{
border-color: #BC8364;
}
</style>