Shades of Burning Sand #BD876A
Tints of Burning Sand #BD876A
RGB
CMYK
RGB Variations
Color information
#BD876A (or 0xBD876A) is known color: Burning Sand. HEX triplet: BD, 87 and 6A. RGB value is (189,135,106). Sum of RGB (Red+Green+Blue) = 189+135+106=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD876A is #427895. Grayscale: #949494. Windows color (decimal): -4356246 or 6981565. OLE color: 6981565.
HSL color Cylindrical-coordinate representation of color #BD876A: hue angle of 20.96º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD876A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 106 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.26 |
| HSL | 20.96º | 0.39% | 0.58% | - |
| HSV(B) | 20.96º | 0.44% | 0.74% | - |
| XYZ | 32.25 | 29.19 | 17.57 | - |
| YUV | 147.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 106 | 0 | 0.29 | 0.44 | 0.26 | 20.96 | 0.39 | 0.58 |
| Hex | BD | 87 | 6A | 0 | 1D | 2C | 1A | 15 | 27 | 3A |
| Octal | 275 | 207 | 152 | 0 | 35 | 54 | 32 | 25 | 47 | 72 |
| Binary | 10111101 | 10000111 | 1101010 | 0 | 11101 | 101100 | 11010 | 10101 | 100111 | 111010 |
Color Harmonies of #BD876A
Complementary color
Monochromatic Colors of #BD876A
Black with #BD876A
Text Example
Text Example
White with #BD876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD876A; }
p { color: rgb(189,135,106); }
H1.HeaderClassName
{
color: #BD876A;
}
.AnyTagClassName
{
color: #BD876A;
}
</style>
background-color css
<style>
a { background-color: #BD876A; }
a { background-color: rgb(189,135,106); }
div.DivClassName
{
background-color: #BD876A;
}
.BgClassName
{
background-color: #BD876A;
}
</style>
border-color css
<style>
span { border-color: #BD876A; }
span { border-color: rgb(189,135,106); }
td.TdClassName
{
border-color: #BD876A;
}
.TagClassName
{
border-color: #BD876A;
}
</style>