Shades of Burning Sand #BC8162
Tints of Burning Sand #BC8162
RGB
CMYK
RGB Variations
Color information
#BC8162 (or 0xBC8162) is known color: Burning Sand. HEX triplet: BC, 81 and 62. RGB value is (188,129,98). Sum of RGB (Red+Green+Blue) = 188+129+98=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8162 is #437E9D. Grayscale: #8F8F8F. Windows color (decimal): -4423326 or 6455740. OLE color: 6455740.
HSL color Cylindrical-coordinate representation of color #BC8162: hue angle of 20.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC8162 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 98 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.26 |
| HSL | 20.67º | 0.4% | 0.56% | - |
| HSV(B) | 20.67º | 0.48% | 0.74% | - |
| XYZ | 30.79 | 27.27 | 15.2 | - |
| YUV | 143.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 98 | 0 | 0.31 | 0.48 | 0.26 | 20.67 | 0.4 | 0.56 |
| Hex | BC | 81 | 62 | 0 | 1F | 30 | 1A | 15 | 28 | 38 |
| Octal | 274 | 201 | 142 | 0 | 37 | 60 | 32 | 25 | 50 | 70 |
| Binary | 10111100 | 10000001 | 1100010 | 0 | 11111 | 110000 | 11010 | 10101 | 101000 | 111000 |
Color Harmonies of #BC8162
Complementary color
Monochromatic Colors of #BC8162
Black with #BC8162
Text Example
Text Example
White with #BC8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8162; }
p { color: rgb(188,129,98); }
H1.HeaderClassName
{
color: #BC8162;
}
.AnyTagClassName
{
color: #BC8162;
}
</style>
background-color css
<style>
a { background-color: #BC8162; }
a { background-color: rgb(188,129,98); }
div.DivClassName
{
background-color: #BC8162;
}
.BgClassName
{
background-color: #BC8162;
}
</style>
border-color css
<style>
span { border-color: #BC8162; }
span { border-color: rgb(188,129,98); }
td.TdClassName
{
border-color: #BC8162;
}
.TagClassName
{
border-color: #BC8162;
}
</style>