Shades of Burning Sand #BC8765
Tints of Burning Sand #BC8765
RGB
CMYK
RGB Variations
Color information
#BC8765 (or 0xBC8765) is known color: Burning Sand. HEX triplet: BC, 87 and 65. RGB value is (188,135,101). Sum of RGB (Red+Green+Blue) = 188+135+101=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8765 is #43789A. Grayscale: #939393. Windows color (decimal): -4421787 or 6653884. OLE color: 6653884.
HSL color Cylindrical-coordinate representation of color #BC8765: hue angle of 23.45º 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 #BC8765 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 101 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.26 |
| HSL | 23.45º | 0.39% | 0.57% | - |
| HSV(B) | 23.45º | 0.46% | 0.74% | - |
| XYZ | 31.75 | 28.96 | 16.23 | - |
| YUV | 146.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 101 | 0 | 0.28 | 0.46 | 0.26 | 23.45 | 0.39 | 0.57 |
| Hex | BC | 87 | 65 | 0 | 1C | 2E | 1A | 17 | 27 | 39 |
| Octal | 274 | 207 | 145 | 0 | 34 | 56 | 32 | 27 | 47 | 71 |
| Binary | 10111100 | 10000111 | 1100101 | 0 | 11100 | 101110 | 11010 | 10111 | 100111 | 111001 |
Color Harmonies of #BC8765
Complementary color
Monochromatic Colors of #BC8765
Black with #BC8765
Text Example
Text Example
White with #BC8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8765; }
p { color: rgb(188,135,101); }
H1.HeaderClassName
{
color: #BC8765;
}
.AnyTagClassName
{
color: #BC8765;
}
</style>
background-color css
<style>
a { background-color: #BC8765; }
a { background-color: rgb(188,135,101); }
div.DivClassName
{
background-color: #BC8765;
}
.BgClassName
{
background-color: #BC8765;
}
</style>
border-color css
<style>
span { border-color: #BC8765; }
span { border-color: rgb(188,135,101); }
td.TdClassName
{
border-color: #BC8765;
}
.TagClassName
{
border-color: #BC8765;
}
</style>