Shades of Burning Sand #BC7F62
Tints of Burning Sand #BC7F62
RGB
CMYK
RGB Variations
Color information
#BC7F62 (or 0xBC7F62) is known color: Burning Sand. HEX triplet: BC, 7F and 62. RGB value is (188,127,98). Sum of RGB (Red+Green+Blue) = 188+127+98=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F62 is #43809D. Grayscale: #8E8E8E. Windows color (decimal): -4423838 or 6455228. OLE color: 6455228.
HSL color Cylindrical-coordinate representation of color #BC7F62: hue angle of 19.33º 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 #BC7F62 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 98 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.26 |
| HSL | 19.33º | 0.4% | 0.56% | - |
| HSV(B) | 19.33º | 0.48% | 0.74% | - |
| XYZ | 30.53 | 26.75 | 15.11 | - |
| YUV | 141.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 98 | 0 | 0.32 | 0.48 | 0.26 | 19.33 | 0.4 | 0.56 |
| Hex | BC | 7F | 62 | 0 | 20 | 30 | 1A | 13 | 28 | 38 |
| Octal | 274 | 177 | 142 | 0 | 40 | 60 | 32 | 23 | 50 | 70 |
| Binary | 10111100 | 1111111 | 1100010 | 0 | 100000 | 110000 | 11010 | 10011 | 101000 | 111000 |
Color Harmonies of #BC7F62
Complementary color
Monochromatic Colors of #BC7F62
Black with #BC7F62
Text Example
Text Example
White with #BC7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F62; }
p { color: rgb(188,127,98); }
H1.HeaderClassName
{
color: #BC7F62;
}
.AnyTagClassName
{
color: #BC7F62;
}
</style>
background-color css
<style>
a { background-color: #BC7F62; }
a { background-color: rgb(188,127,98); }
div.DivClassName
{
background-color: #BC7F62;
}
.BgClassName
{
background-color: #BC7F62;
}
</style>
border-color css
<style>
span { border-color: #BC7F62; }
span { border-color: rgb(188,127,98); }
td.TdClassName
{
border-color: #BC7F62;
}
.TagClassName
{
border-color: #BC7F62;
}
</style>