Shades of Burning Sand #BC8465
Tints of Burning Sand #BC8465
RGB
CMYK
RGB Variations
Color information
#BC8465 (or 0xBC8465) is known color: Burning Sand. HEX triplet: BC, 84 and 65. RGB value is (188,132,101). Sum of RGB (Red+Green+Blue) = 188+132+101=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8465 is #437B9A. Grayscale: #919191. Windows color (decimal): -4422555 or 6653116. OLE color: 6653116.
HSL color Cylindrical-coordinate representation of color #BC8465: hue angle of 21.38º 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 #BC8465 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 101 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.26 |
| HSL | 21.38º | 0.39% | 0.57% | - |
| HSV(B) | 21.38º | 0.46% | 0.74% | - |
| XYZ | 31.34 | 28.13 | 16.09 | - |
| YUV | 145.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 101 | 0 | 0.30 | 0.46 | 0.26 | 21.38 | 0.39 | 0.57 |
| Hex | BC | 84 | 65 | 0 | 1E | 2E | 1A | 15 | 27 | 39 |
| Octal | 274 | 204 | 145 | 0 | 36 | 56 | 32 | 25 | 47 | 71 |
| Binary | 10111100 | 10000100 | 1100101 | 0 | 11110 | 101110 | 11010 | 10101 | 100111 | 111001 |
Color Harmonies of #BC8465
Complementary color
Monochromatic Colors of #BC8465
Black with #BC8465
Text Example
Text Example
White with #BC8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8465; }
p { color: rgb(188,132,101); }
H1.HeaderClassName
{
color: #BC8465;
}
.AnyTagClassName
{
color: #BC8465;
}
</style>
background-color css
<style>
a { background-color: #BC8465; }
a { background-color: rgb(188,132,101); }
div.DivClassName
{
background-color: #BC8465;
}
.BgClassName
{
background-color: #BC8465;
}
</style>
border-color css
<style>
span { border-color: #BC8465; }
span { border-color: rgb(188,132,101); }
td.TdClassName
{
border-color: #BC8465;
}
.TagClassName
{
border-color: #BC8465;
}
</style>