Shades of Burning Sand #BD825F
Tints of Burning Sand #BD825F
RGB
CMYK
RGB Variations
Color information
#BD825F (or 0xBD825F) is known color: Burning Sand. HEX triplet: BD, 82 and 5F. RGB value is (189,130,95). Sum of RGB (Red+Green+Blue) = 189+130+95=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD825F is #427DA0. Grayscale: #8F8F8F. Windows color (decimal): -4357537 or 6259389. OLE color: 6259389.
HSL color Cylindrical-coordinate representation of color #BD825F: hue angle of 22.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD825F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 95 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.26 |
| HSL | 22.34º | 0.42% | 0.56% | - |
| HSV(B) | 22.34º | 0.5% | 0.74% | - |
| XYZ | 31.03 | 27.61 | 14.52 | - |
| YUV | 143.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 95 | 0 | 0.31 | 0.50 | 0.26 | 22.34 | 0.42 | 0.56 |
| Hex | BD | 82 | 5F | 0 | 1F | 32 | 1A | 16 | 2A | 38 |
| Octal | 275 | 202 | 137 | 0 | 37 | 62 | 32 | 26 | 52 | 70 |
| Binary | 10111101 | 10000010 | 1011111 | 0 | 11111 | 110010 | 11010 | 10110 | 101010 | 111000 |
Color Harmonies of #BD825F
Complementary color
Monochromatic Colors of #BD825F
Black with #BD825F
Text Example
Text Example
White with #BD825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD825F; }
p { color: rgb(189,130,95); }
H1.HeaderClassName
{
color: #BD825F;
}
.AnyTagClassName
{
color: #BD825F;
}
</style>
background-color css
<style>
a { background-color: #BD825F; }
a { background-color: rgb(189,130,95); }
div.DivClassName
{
background-color: #BD825F;
}
.BgClassName
{
background-color: #BD825F;
}
</style>
border-color css
<style>
span { border-color: #BD825F; }
span { border-color: rgb(189,130,95); }
td.TdClassName
{
border-color: #BD825F;
}
.TagClassName
{
border-color: #BD825F;
}
</style>