Shades of Burning Sand #BC8462
Tints of Burning Sand #BC8462
RGB
CMYK
RGB Variations
Color information
#BC8462 (or 0xBC8462) is known color: Burning Sand. HEX triplet: BC, 84 and 62. RGB value is (188,132,98). Sum of RGB (Red+Green+Blue) = 188+132+98=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8462 is #437B9D. Grayscale: #919191. Windows color (decimal): -4422558 or 6456508. OLE color: 6456508.
HSL color Cylindrical-coordinate representation of color #BC8462: hue angle of 22.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 #BC8462 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 98 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.26 |
| HSL | 22.67º | 0.4% | 0.56% | - |
| HSV(B) | 22.67º | 0.48% | 0.74% | - |
| XYZ | 31.19 | 28.08 | 15.33 | - |
| YUV | 144.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 98 | 0 | 0.30 | 0.48 | 0.26 | 22.67 | 0.4 | 0.56 |
| Hex | BC | 84 | 62 | 0 | 1E | 30 | 1A | 17 | 28 | 38 |
| Octal | 274 | 204 | 142 | 0 | 36 | 60 | 32 | 27 | 50 | 70 |
| Binary | 10111100 | 10000100 | 1100010 | 0 | 11110 | 110000 | 11010 | 10111 | 101000 | 111000 |
Color Harmonies of #BC8462
Complementary color
Monochromatic Colors of #BC8462
Black with #BC8462
Text Example
Text Example
White with #BC8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8462; }
p { color: rgb(188,132,98); }
H1.HeaderClassName
{
color: #BC8462;
}
.AnyTagClassName
{
color: #BC8462;
}
</style>
background-color css
<style>
a { background-color: #BC8462; }
a { background-color: rgb(188,132,98); }
div.DivClassName
{
background-color: #BC8462;
}
.BgClassName
{
background-color: #BC8462;
}
</style>
border-color css
<style>
span { border-color: #BC8462; }
span { border-color: rgb(188,132,98); }
td.TdClassName
{
border-color: #BC8462;
}
.TagClassName
{
border-color: #BC8462;
}
</style>