Shades of Burning Sand #BC815C
Tints of Burning Sand #BC815C
RGB
CMYK
RGB Variations
Color information
#BC815C (or 0xBC815C) is known color: Burning Sand. HEX triplet: BC, 81 and 5C. RGB value is (188,129,92). Sum of RGB (Red+Green+Blue) = 188+129+92=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC815C is #437EA3. Grayscale: #8E8E8E. Windows color (decimal): -4423332 or 6062524. OLE color: 6062524.
HSL color Cylindrical-coordinate representation of color #BC815C: hue angle of 23.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC815C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 92 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.26 |
| HSL | 23.13º | 0.42% | 0.55% | - |
| HSV(B) | 23.13º | 0.51% | 0.74% | - |
| XYZ | 30.52 | 27.16 | 13.76 | - |
| YUV | 142.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 92 | 0 | 0.31 | 0.51 | 0.26 | 23.13 | 0.42 | 0.55 |
| Hex | BC | 81 | 5C | 0 | 1F | 33 | 1A | 17 | 2A | 37 |
| Octal | 274 | 201 | 134 | 0 | 37 | 63 | 32 | 27 | 52 | 67 |
| Binary | 10111100 | 10000001 | 1011100 | 0 | 11111 | 110011 | 11010 | 10111 | 101010 | 110111 |
Color Harmonies of #BC815C
Complementary color
Monochromatic Colors of #BC815C
Black with #BC815C
Text Example
Text Example
White with #BC815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC815C; }
p { color: rgb(188,129,92); }
H1.HeaderClassName
{
color: #BC815C;
}
.AnyTagClassName
{
color: #BC815C;
}
</style>
background-color css
<style>
a { background-color: #BC815C; }
a { background-color: rgb(188,129,92); }
div.DivClassName
{
background-color: #BC815C;
}
.BgClassName
{
background-color: #BC815C;
}
</style>
border-color css
<style>
span { border-color: #BC815C; }
span { border-color: rgb(188,129,92); }
td.TdClassName
{
border-color: #BC815C;
}
.TagClassName
{
border-color: #BC815C;
}
</style>