Shades of Burning Sand #BC8266
Tints of Burning Sand #BC8266
RGB
CMYK
RGB Variations
Color information
#BC8266 (or 0xBC8266) is known color: Burning Sand. HEX triplet: BC, 82 and 66. RGB value is (188,130,102). Sum of RGB (Red+Green+Blue) = 188+130+102=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8266 is #437D99. Grayscale: #909090. Windows color (decimal): -4423066 or 6718140. OLE color: 6718140.
HSL color Cylindrical-coordinate representation of color #BC8266: hue angle of 19.53º 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 #BC8266 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 102 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.26 |
| HSL | 19.53º | 0.39% | 0.57% | - |
| HSV(B) | 19.53º | 0.46% | 0.74% | - |
| XYZ | 31.12 | 27.62 | 16.26 | - |
| YUV | 144.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 102 | 0 | 0.31 | 0.46 | 0.26 | 19.53 | 0.39 | 0.57 |
| Hex | BC | 82 | 66 | 0 | 1F | 2E | 1A | 14 | 27 | 39 |
| Octal | 274 | 202 | 146 | 0 | 37 | 56 | 32 | 24 | 47 | 71 |
| Binary | 10111100 | 10000010 | 1100110 | 0 | 11111 | 101110 | 11010 | 10100 | 100111 | 111001 |
Color Harmonies of #BC8266
Complementary color
Monochromatic Colors of #BC8266
Black with #BC8266
Text Example
Text Example
White with #BC8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8266; }
p { color: rgb(188,130,102); }
H1.HeaderClassName
{
color: #BC8266;
}
.AnyTagClassName
{
color: #BC8266;
}
</style>
background-color css
<style>
a { background-color: #BC8266; }
a { background-color: rgb(188,130,102); }
div.DivClassName
{
background-color: #BC8266;
}
.BgClassName
{
background-color: #BC8266;
}
</style>
border-color css
<style>
span { border-color: #BC8266; }
span { border-color: rgb(188,130,102); }
td.TdClassName
{
border-color: #BC8266;
}
.TagClassName
{
border-color: #BC8266;
}
</style>