Shades of Burning Sand #BD8561
Tints of Burning Sand #BD8561
RGB
CMYK
RGB Variations
Color information
#BD8561 (or 0xBD8561) is known color: Burning Sand. HEX triplet: BD, 85 and 61. RGB value is (189,133,97). Sum of RGB (Red+Green+Blue) = 189+133+97=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8561 is #427A9E. Grayscale: #919191. Windows color (decimal): -4356767 or 6391229. OLE color: 6391229.
HSL color Cylindrical-coordinate representation of color #BD8561: hue angle of 23.48º 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 #BD8561 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 97 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.26 |
| HSL | 23.48º | 0.41% | 0.56% | - |
| HSV(B) | 23.48º | 0.49% | 0.74% | - |
| XYZ | 31.53 | 28.46 | 15.14 | - |
| YUV | 145.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 97 | 0 | 0.30 | 0.49 | 0.26 | 23.48 | 0.41 | 0.56 |
| Hex | BD | 85 | 61 | 0 | 1E | 31 | 1A | 17 | 29 | 38 |
| Octal | 275 | 205 | 141 | 0 | 36 | 61 | 32 | 27 | 51 | 70 |
| Binary | 10111101 | 10000101 | 1100001 | 0 | 11110 | 110001 | 11010 | 10111 | 101001 | 111000 |
Color Harmonies of #BD8561
Complementary color
Monochromatic Colors of #BD8561
Black with #BD8561
Text Example
Text Example
White with #BD8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8561; }
p { color: rgb(189,133,97); }
H1.HeaderClassName
{
color: #BD8561;
}
.AnyTagClassName
{
color: #BD8561;
}
</style>
background-color css
<style>
a { background-color: #BD8561; }
a { background-color: rgb(189,133,97); }
div.DivClassName
{
background-color: #BD8561;
}
.BgClassName
{
background-color: #BD8561;
}
</style>
border-color css
<style>
span { border-color: #BD8561; }
span { border-color: rgb(189,133,97); }
td.TdClassName
{
border-color: #BD8561;
}
.TagClassName
{
border-color: #BD8561;
}
</style>