Shades of Burning Sand #BD8467
Tints of Burning Sand #BD8467
RGB
CMYK
RGB Variations
Color information
#BD8467 (or 0xBD8467) is known color: Burning Sand. HEX triplet: BD, 84 and 67. RGB value is (189,132,103). Sum of RGB (Red+Green+Blue) = 189+132+103=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8467 is #427B98. Grayscale: #919191. Windows color (decimal): -4357017 or 6784189. OLE color: 6784189.
HSL color Cylindrical-coordinate representation of color #BD8467: hue angle of 20.23º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD8467 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 103 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.26 |
| HSL | 20.23º | 0.39% | 0.57% | - |
| HSV(B) | 20.23º | 0.46% | 0.74% | - |
| XYZ | 31.69 | 28.3 | 16.62 | - |
| YUV | 145.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 103 | 0 | 0.30 | 0.46 | 0.26 | 20.23 | 0.39 | 0.57 |
| Hex | BD | 84 | 67 | 0 | 1E | 2E | 1A | 14 | 27 | 39 |
| Octal | 275 | 204 | 147 | 0 | 36 | 56 | 32 | 24 | 47 | 71 |
| Binary | 10111101 | 10000100 | 1100111 | 0 | 11110 | 101110 | 11010 | 10100 | 100111 | 111001 |
Color Harmonies of #BD8467
Complementary color
Monochromatic Colors of #BD8467
Black with #BD8467
Text Example
Text Example
White with #BD8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8467; }
p { color: rgb(189,132,103); }
H1.HeaderClassName
{
color: #BD8467;
}
.AnyTagClassName
{
color: #BD8467;
}
</style>
background-color css
<style>
a { background-color: #BD8467; }
a { background-color: rgb(189,132,103); }
div.DivClassName
{
background-color: #BD8467;
}
.BgClassName
{
background-color: #BD8467;
}
</style>
border-color css
<style>
span { border-color: #BD8467; }
span { border-color: rgb(189,132,103); }
td.TdClassName
{
border-color: #BD8467;
}
.TagClassName
{
border-color: #BD8467;
}
</style>