Shades of Burning Sand #BC7B62
Tints of Burning Sand #BC7B62
RGB
CMYK
RGB Variations
Color information
#BC7B62 (or 0xBC7B62) is known color: Burning Sand. HEX triplet: BC, 7B and 62. RGB value is (188,123,98). Sum of RGB (Red+Green+Blue) = 188+123+98=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B62 is #43849D. Grayscale: #8B8B8B. Windows color (decimal): -4424862 or 6454204. OLE color: 6454204.
HSL color Cylindrical-coordinate representation of color #BC7B62: hue angle of 16.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 #BC7B62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 98 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.26 |
| HSL | 16.67º | 0.4% | 0.56% | - |
| HSV(B) | 16.67º | 0.48% | 0.74% | - |
| XYZ | 30.03 | 25.74 | 14.94 | - |
| YUV | 139.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 98 | 0 | 0.35 | 0.48 | 0.26 | 16.67 | 0.4 | 0.56 |
| Hex | BC | 7B | 62 | 0 | 23 | 30 | 1A | 11 | 28 | 38 |
| Octal | 274 | 173 | 142 | 0 | 43 | 60 | 32 | 21 | 50 | 70 |
| Binary | 10111100 | 1111011 | 1100010 | 0 | 100011 | 110000 | 11010 | 10001 | 101000 | 111000 |
Color Harmonies of #BC7B62
Complementary color
Monochromatic Colors of #BC7B62
Black with #BC7B62
Text Example
Text Example
White with #BC7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B62; }
p { color: rgb(188,123,98); }
H1.HeaderClassName
{
color: #BC7B62;
}
.AnyTagClassName
{
color: #BC7B62;
}
</style>
background-color css
<style>
a { background-color: #BC7B62; }
a { background-color: rgb(188,123,98); }
div.DivClassName
{
background-color: #BC7B62;
}
.BgClassName
{
background-color: #BC7B62;
}
</style>
border-color css
<style>
span { border-color: #BC7B62; }
span { border-color: rgb(188,123,98); }
td.TdClassName
{
border-color: #BC7B62;
}
.TagClassName
{
border-color: #BC7B62;
}
</style>