Shades of Burning Sand #BC8866
Tints of Burning Sand #BC8866
RGB
CMYK
RGB Variations
Color information
#BC8866 (or 0xBC8866) is known color: Burning Sand. HEX triplet: BC, 88 and 66. RGB value is (188,136,102). Sum of RGB (Red+Green+Blue) = 188+136+102=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8866 is #437799. Grayscale: #939393. Windows color (decimal): -4421530 or 6719676. OLE color: 6719676.
HSL color Cylindrical-coordinate representation of color #BC8866: hue angle of 23.72º 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 #BC8866 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 102 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.26 |
| HSL | 23.72º | 0.39% | 0.57% | - |
| HSV(B) | 23.72º | 0.46% | 0.74% | - |
| XYZ | 31.94 | 29.26 | 16.53 | - |
| YUV | 147.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 102 | 0 | 0.28 | 0.46 | 0.26 | 23.72 | 0.39 | 0.57 |
| Hex | BC | 88 | 66 | 0 | 1C | 2E | 1A | 18 | 27 | 39 |
| Octal | 274 | 210 | 146 | 0 | 34 | 56 | 32 | 30 | 47 | 71 |
| Binary | 10111100 | 10001000 | 1100110 | 0 | 11100 | 101110 | 11010 | 11000 | 100111 | 111001 |
Color Harmonies of #BC8866
Complementary color
Monochromatic Colors of #BC8866
Black with #BC8866
Text Example
Text Example
White with #BC8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8866; }
p { color: rgb(188,136,102); }
H1.HeaderClassName
{
color: #BC8866;
}
.AnyTagClassName
{
color: #BC8866;
}
</style>
background-color css
<style>
a { background-color: #BC8866; }
a { background-color: rgb(188,136,102); }
div.DivClassName
{
background-color: #BC8866;
}
.BgClassName
{
background-color: #BC8866;
}
</style>
border-color css
<style>
span { border-color: #BC8866; }
span { border-color: rgb(188,136,102); }
td.TdClassName
{
border-color: #BC8866;
}
.TagClassName
{
border-color: #BC8866;
}
</style>