Shades of Burning Sand #BC7B61
Tints of Burning Sand #BC7B61
RGB
CMYK
RGB Variations
Color information
#BC7B61 (or 0xBC7B61) is known color: Burning Sand. HEX triplet: BC, 7B and 61. RGB value is (188,123,97). Sum of RGB (Red+Green+Blue) = 188+123+97=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B61 is #43849E. Grayscale: #8B8B8B. Windows color (decimal): -4424863 or 6388668. OLE color: 6388668.
HSL color Cylindrical-coordinate representation of color #BC7B61: hue angle of 17.14º 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 #BC7B61 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 97 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.26 |
| HSL | 17.14º | 0.4% | 0.56% | - |
| HSV(B) | 17.14º | 0.48% | 0.74% | - |
| XYZ | 29.98 | 25.72 | 14.69 | - |
| YUV | 139.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 97 | 0 | 0.35 | 0.48 | 0.26 | 17.14 | 0.4 | 0.56 |
| Hex | BC | 7B | 61 | 0 | 23 | 30 | 1A | 11 | 28 | 38 |
| Octal | 274 | 173 | 141 | 0 | 43 | 60 | 32 | 21 | 50 | 70 |
| Binary | 10111100 | 1111011 | 1100001 | 0 | 100011 | 110000 | 11010 | 10001 | 101000 | 111000 |
Color Harmonies of #BC7B61
Complementary color
Monochromatic Colors of #BC7B61
Black with #BC7B61
Text Example
Text Example
White with #BC7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B61; }
p { color: rgb(188,123,97); }
H1.HeaderClassName
{
color: #BC7B61;
}
.AnyTagClassName
{
color: #BC7B61;
}
</style>
background-color css
<style>
a { background-color: #BC7B61; }
a { background-color: rgb(188,123,97); }
div.DivClassName
{
background-color: #BC7B61;
}
.BgClassName
{
background-color: #BC7B61;
}
</style>
border-color css
<style>
span { border-color: #BC7B61; }
span { border-color: rgb(188,123,97); }
td.TdClassName
{
border-color: #BC7B61;
}
.TagClassName
{
border-color: #BC7B61;
}
</style>