Shades of Burning Sand #BC8663
Tints of Burning Sand #BC8663
RGB
CMYK
RGB Variations
Color information
#BC8663 (or 0xBC8663) is known color: Burning Sand. HEX triplet: BC, 86 and 63. RGB value is (188,134,99). Sum of RGB (Red+Green+Blue) = 188+134+99=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8663 is #43799C. Grayscale: #929292. Windows color (decimal): -4422045 or 6522556. OLE color: 6522556.
HSL color Cylindrical-coordinate representation of color #BC8663: hue angle of 23.6º 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 #BC8663 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 99 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.26 |
| HSL | 23.6º | 0.4% | 0.56% | - |
| HSV(B) | 23.6º | 0.47% | 0.74% | - |
| XYZ | 31.52 | 28.64 | 15.67 | - |
| YUV | 146.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 99 | 0 | 0.29 | 0.47 | 0.26 | 23.6 | 0.4 | 0.56 |
| Hex | BC | 86 | 63 | 0 | 1D | 2F | 1A | 18 | 28 | 38 |
| Octal | 274 | 206 | 143 | 0 | 35 | 57 | 32 | 30 | 50 | 70 |
| Binary | 10111100 | 10000110 | 1100011 | 0 | 11101 | 101111 | 11010 | 11000 | 101000 | 111000 |
Color Harmonies of #BC8663
Complementary color
Monochromatic Colors of #BC8663
Black with #BC8663
Text Example
Text Example
White with #BC8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8663; }
p { color: rgb(188,134,99); }
H1.HeaderClassName
{
color: #BC8663;
}
.AnyTagClassName
{
color: #BC8663;
}
</style>
background-color css
<style>
a { background-color: #BC8663; }
a { background-color: rgb(188,134,99); }
div.DivClassName
{
background-color: #BC8663;
}
.BgClassName
{
background-color: #BC8663;
}
</style>
border-color css
<style>
span { border-color: #BC8663; }
span { border-color: rgb(188,134,99); }
td.TdClassName
{
border-color: #BC8663;
}
.TagClassName
{
border-color: #BC8663;
}
</style>