Shades of Burning Sand #BC8264
Tints of Burning Sand #BC8264
RGB
CMYK
RGB Variations
Color information
#BC8264 (or 0xBC8264) is known color: Burning Sand. HEX triplet: BC, 82 and 64. RGB value is (188,130,100). Sum of RGB (Red+Green+Blue) = 188+130+100=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8264 is #437D9B. Grayscale: #909090. Windows color (decimal): -4423068 or 6587068. OLE color: 6587068.
HSL color Cylindrical-coordinate representation of color #BC8264: hue angle of 20.45º 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 #BC8264 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 100 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.26 |
| HSL | 20.45º | 0.4% | 0.56% | - |
| HSV(B) | 20.45º | 0.47% | 0.74% | - |
| XYZ | 31.02 | 27.58 | 15.74 | - |
| YUV | 143.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 100 | 0 | 0.31 | 0.47 | 0.26 | 20.45 | 0.4 | 0.56 |
| Hex | BC | 82 | 64 | 0 | 1F | 2F | 1A | 14 | 28 | 38 |
| Octal | 274 | 202 | 144 | 0 | 37 | 57 | 32 | 24 | 50 | 70 |
| Binary | 10111100 | 10000010 | 1100100 | 0 | 11111 | 101111 | 11010 | 10100 | 101000 | 111000 |
Color Harmonies of #BC8264
Complementary color
Monochromatic Colors of #BC8264
Black with #BC8264
Text Example
Text Example
White with #BC8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8264; }
p { color: rgb(188,130,100); }
H1.HeaderClassName
{
color: #BC8264;
}
.AnyTagClassName
{
color: #BC8264;
}
</style>
background-color css
<style>
a { background-color: #BC8264; }
a { background-color: rgb(188,130,100); }
div.DivClassName
{
background-color: #BC8264;
}
.BgClassName
{
background-color: #BC8264;
}
</style>
border-color css
<style>
span { border-color: #BC8264; }
span { border-color: rgb(188,130,100); }
td.TdClassName
{
border-color: #BC8264;
}
.TagClassName
{
border-color: #BC8264;
}
</style>