Shades of Burning Sand #BC8466
Tints of Burning Sand #BC8466
RGB
CMYK
RGB Variations
Color information
#BC8466 (or 0xBC8466) is known color: Burning Sand. HEX triplet: BC, 84 and 66. RGB value is (188,132,102). Sum of RGB (Red+Green+Blue) = 188+132+102=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8466 is #437B99. Grayscale: #919191. Windows color (decimal): -4422554 or 6718652. OLE color: 6718652.
HSL color Cylindrical-coordinate representation of color #BC8466: hue angle of 20.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8466 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 102 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.26 |
| HSL | 20.93º | 0.39% | 0.57% | - |
| HSV(B) | 20.93º | 0.46% | 0.74% | - |
| XYZ | 31.39 | 28.15 | 16.35 | - |
| YUV | 145.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 102 | 0 | 0.30 | 0.46 | 0.26 | 20.93 | 0.39 | 0.57 |
| Hex | BC | 84 | 66 | 0 | 1E | 2E | 1A | 15 | 27 | 39 |
| Octal | 274 | 204 | 146 | 0 | 36 | 56 | 32 | 25 | 47 | 71 |
| Binary | 10111100 | 10000100 | 1100110 | 0 | 11110 | 101110 | 11010 | 10101 | 100111 | 111001 |
Color Harmonies of #BC8466
Complementary color
Monochromatic Colors of #BC8466
Black with #BC8466
Text Example
Text Example
White with #BC8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8466; }
p { color: rgb(188,132,102); }
H1.HeaderClassName
{
color: #BC8466;
}
.AnyTagClassName
{
color: #BC8466;
}
</style>
background-color css
<style>
a { background-color: #BC8466; }
a { background-color: rgb(188,132,102); }
div.DivClassName
{
background-color: #BC8466;
}
.BgClassName
{
background-color: #BC8466;
}
</style>
border-color css
<style>
span { border-color: #BC8466; }
span { border-color: rgb(188,132,102); }
td.TdClassName
{
border-color: #BC8466;
}
.TagClassName
{
border-color: #BC8466;
}
</style>