Shades of Burning Sand #BD8060
Tints of Burning Sand #BD8060
RGB
CMYK
RGB Variations
Color information
#BD8060 (or 0xBD8060) is known color: Burning Sand. HEX triplet: BD, 80 and 60. RGB value is (189,128,96). Sum of RGB (Red+Green+Blue) = 189+128+96=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8060 is #427F9F. Grayscale: #8E8E8E. Windows color (decimal): -4358048 or 6324413. OLE color: 6324413.
HSL color Cylindrical-coordinate representation of color #BD8060: hue angle of 20.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD8060 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 96 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.26 |
| HSL | 20.65º | 0.41% | 0.56% | - |
| HSV(B) | 20.65º | 0.49% | 0.74% | - |
| XYZ | 30.82 | 27.1 | 14.67 | - |
| YUV | 142.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 96 | 0 | 0.32 | 0.49 | 0.26 | 20.65 | 0.41 | 0.56 |
| Hex | BD | 80 | 60 | 0 | 20 | 31 | 1A | 15 | 29 | 38 |
| Octal | 275 | 200 | 140 | 0 | 40 | 61 | 32 | 25 | 51 | 70 |
| Binary | 10111101 | 10000000 | 1100000 | 0 | 100000 | 110001 | 11010 | 10101 | 101001 | 111000 |
Color Harmonies of #BD8060
Complementary color
Monochromatic Colors of #BD8060
Black with #BD8060
Text Example
Text Example
White with #BD8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8060; }
p { color: rgb(189,128,96); }
H1.HeaderClassName
{
color: #BD8060;
}
.AnyTagClassName
{
color: #BD8060;
}
</style>
background-color css
<style>
a { background-color: #BD8060; }
a { background-color: rgb(189,128,96); }
div.DivClassName
{
background-color: #BD8060;
}
.BgClassName
{
background-color: #BD8060;
}
</style>
border-color css
<style>
span { border-color: #BD8060; }
span { border-color: rgb(189,128,96); }
td.TdClassName
{
border-color: #BD8060;
}
.TagClassName
{
border-color: #BD8060;
}
</style>