Shades of Burning Sand #BD815C
Tints of Burning Sand #BD815C
RGB
CMYK
RGB Variations
Color information
#BD815C (or 0xBD815C) is known color: Burning Sand. HEX triplet: BD, 81 and 5C. RGB value is (189,129,92). Sum of RGB (Red+Green+Blue) = 189+129+92=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD815C is #427EA3. Grayscale: #8E8E8E. Windows color (decimal): -4357796 or 6062525. OLE color: 6062525.
HSL color Cylindrical-coordinate representation of color #BD815C: hue angle of 22.89º 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 #BD815C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 92 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.26 |
| HSL | 22.89º | 0.42% | 0.55% | - |
| HSV(B) | 22.89º | 0.51% | 0.74% | - |
| XYZ | 30.77 | 27.29 | 13.77 | - |
| YUV | 142.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 92 | 0 | 0.32 | 0.51 | 0.26 | 22.89 | 0.42 | 0.55 |
| Hex | BD | 81 | 5C | 0 | 20 | 33 | 1A | 17 | 2A | 37 |
| Octal | 275 | 201 | 134 | 0 | 40 | 63 | 32 | 27 | 52 | 67 |
| Binary | 10111101 | 10000001 | 1011100 | 0 | 100000 | 110011 | 11010 | 10111 | 101010 | 110111 |
Color Harmonies of #BD815C
Complementary color
Monochromatic Colors of #BD815C
Black with #BD815C
Text Example
Text Example
White with #BD815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD815C; }
p { color: rgb(189,129,92); }
H1.HeaderClassName
{
color: #BD815C;
}
.AnyTagClassName
{
color: #BD815C;
}
</style>
background-color css
<style>
a { background-color: #BD815C; }
a { background-color: rgb(189,129,92); }
div.DivClassName
{
background-color: #BD815C;
}
.BgClassName
{
background-color: #BD815C;
}
</style>
border-color css
<style>
span { border-color: #BD815C; }
span { border-color: rgb(189,129,92); }
td.TdClassName
{
border-color: #BD815C;
}
.TagClassName
{
border-color: #BD815C;
}
</style>