Shades of Burning Sand #BC8363
Tints of Burning Sand #BC8363
RGB
CMYK
RGB Variations
Color information
#BC8363 (or 0xBC8363) is known color: Burning Sand. HEX triplet: BC, 83 and 63. RGB value is (188,131,99). Sum of RGB (Red+Green+Blue) = 188+131+99=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8363 is #437C9C. Grayscale: #909090. Windows color (decimal): -4422813 or 6521788. OLE color: 6521788.
HSL color Cylindrical-coordinate representation of color #BC8363: hue angle of 21.57º 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 #BC8363 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 99 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.26 |
| HSL | 21.57º | 0.4% | 0.56% | - |
| HSV(B) | 21.57º | 0.47% | 0.74% | - |
| XYZ | 31.11 | 27.82 | 15.54 | - |
| YUV | 144.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 99 | 0 | 0.30 | 0.47 | 0.26 | 21.57 | 0.4 | 0.56 |
| Hex | BC | 83 | 63 | 0 | 1E | 2F | 1A | 16 | 28 | 38 |
| Octal | 274 | 203 | 143 | 0 | 36 | 57 | 32 | 26 | 50 | 70 |
| Binary | 10111100 | 10000011 | 1100011 | 0 | 11110 | 101111 | 11010 | 10110 | 101000 | 111000 |
Color Harmonies of #BC8363
Complementary color
Monochromatic Colors of #BC8363
Black with #BC8363
Text Example
Text Example
White with #BC8363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8363; }
p { color: rgb(188,131,99); }
H1.HeaderClassName
{
color: #BC8363;
}
.AnyTagClassName
{
color: #BC8363;
}
</style>
background-color css
<style>
a { background-color: #BC8363; }
a { background-color: rgb(188,131,99); }
div.DivClassName
{
background-color: #BC8363;
}
.BgClassName
{
background-color: #BC8363;
}
</style>
border-color css
<style>
span { border-color: #BC8363; }
span { border-color: rgb(188,131,99); }
td.TdClassName
{
border-color: #BC8363;
}
.TagClassName
{
border-color: #BC8363;
}
</style>