Shades of Burning Sand #BD7F5C
Tints of Burning Sand #BD7F5C
RGB
CMYK
RGB Variations
Color information
#BD7F5C (or 0xBD7F5C) is known color: Burning Sand. HEX triplet: BD, 7F and 5C. RGB value is (189,127,92). Sum of RGB (Red+Green+Blue) = 189+127+92=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F5C is #4280A3. Grayscale: #8D8D8D. Windows color (decimal): -4358308 or 6062013. OLE color: 6062013.
HSL color Cylindrical-coordinate representation of color #BD7F5C: hue angle of 21.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7F5C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 92 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.26 |
| HSL | 21.65º | 0.42% | 0.55% | - |
| HSV(B) | 21.65º | 0.51% | 0.74% | - |
| XYZ | 30.51 | 26.77 | 13.68 | - |
| YUV | 141.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 92 | 0 | 0.33 | 0.51 | 0.26 | 21.65 | 0.42 | 0.55 |
| Hex | BD | 7F | 5C | 0 | 21 | 33 | 1A | 16 | 2A | 37 |
| Octal | 275 | 177 | 134 | 0 | 41 | 63 | 32 | 26 | 52 | 67 |
| Binary | 10111101 | 1111111 | 1011100 | 0 | 100001 | 110011 | 11010 | 10110 | 101010 | 110111 |
Color Harmonies of #BD7F5C
Complementary color
Monochromatic Colors of #BD7F5C
Black with #BD7F5C
Text Example
Text Example
White with #BD7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F5C; }
p { color: rgb(189,127,92); }
H1.HeaderClassName
{
color: #BD7F5C;
}
.AnyTagClassName
{
color: #BD7F5C;
}
</style>
background-color css
<style>
a { background-color: #BD7F5C; }
a { background-color: rgb(189,127,92); }
div.DivClassName
{
background-color: #BD7F5C;
}
.BgClassName
{
background-color: #BD7F5C;
}
</style>
border-color css
<style>
span { border-color: #BD7F5C; }
span { border-color: rgb(189,127,92); }
td.TdClassName
{
border-color: #BD7F5C;
}
.TagClassName
{
border-color: #BD7F5C;
}
</style>