Shades of Burning Sand #BD7B5F
Tints of Burning Sand #BD7B5F
RGB
CMYK
RGB Variations
Color information
#BD7B5F (or 0xBD7B5F) is known color: Burning Sand. HEX triplet: BD, 7B and 5F. RGB value is (189,123,95). Sum of RGB (Red+Green+Blue) = 189+123+95=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B5F is #4284A0. Grayscale: #8B8B8B. Windows color (decimal): -4359329 or 6257597. OLE color: 6257597.
HSL color Cylindrical-coordinate representation of color #BD7B5F: hue angle of 17.87º 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 #BD7B5F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 95 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.26 |
| HSL | 17.87º | 0.42% | 0.56% | - |
| HSV(B) | 17.87º | 0.5% | 0.74% | - |
| XYZ | 30.13 | 25.81 | 14.22 | - |
| YUV | 139.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 95 | 0 | 0.35 | 0.50 | 0.26 | 17.87 | 0.42 | 0.56 |
| Hex | BD | 7B | 5F | 0 | 23 | 32 | 1A | 12 | 2A | 38 |
| Octal | 275 | 173 | 137 | 0 | 43 | 62 | 32 | 22 | 52 | 70 |
| Binary | 10111101 | 1111011 | 1011111 | 0 | 100011 | 110010 | 11010 | 10010 | 101010 | 111000 |
Color Harmonies of #BD7B5F
Complementary color
Monochromatic Colors of #BD7B5F
Black with #BD7B5F
Text Example
Text Example
White with #BD7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B5F; }
p { color: rgb(189,123,95); }
H1.HeaderClassName
{
color: #BD7B5F;
}
.AnyTagClassName
{
color: #BD7B5F;
}
</style>
background-color css
<style>
a { background-color: #BD7B5F; }
a { background-color: rgb(189,123,95); }
div.DivClassName
{
background-color: #BD7B5F;
}
.BgClassName
{
background-color: #BD7B5F;
}
</style>
border-color css
<style>
span { border-color: #BD7B5F; }
span { border-color: rgb(189,123,95); }
td.TdClassName
{
border-color: #BD7B5F;
}
.TagClassName
{
border-color: #BD7B5F;
}
</style>