Shades of Burning Sand #BB7F5E
Tints of Burning Sand #BB7F5E
RGB
CMYK
RGB Variations
Color information
#BB7F5E (or 0xBB7F5E) is known color: Burning Sand. HEX triplet: BB, 7F and 5E. RGB value is (187,127,94). Sum of RGB (Red+Green+Blue) = 187+127+94=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F5E is #4480A1. Grayscale: #8D8D8D. Windows color (decimal): -4489378 or 6193083. OLE color: 6193083.
HSL color Cylindrical-coordinate representation of color #BB7F5E: hue angle of 21.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7F5E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 94 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.27 |
| HSL | 21.29º | 0.41% | 0.55% | - |
| HSV(B) | 21.29º | 0.5% | 0.73% | - |
| XYZ | 30.1 | 26.55 | 14.13 | - |
| YUV | 141.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 94 | 0 | 0.32 | 0.50 | 0.27 | 21.29 | 0.41 | 0.55 |
| Hex | BB | 7F | 5E | 0 | 20 | 32 | 1B | 15 | 29 | 37 |
| Octal | 273 | 177 | 136 | 0 | 40 | 62 | 33 | 25 | 51 | 67 |
| Binary | 10111011 | 1111111 | 1011110 | 0 | 100000 | 110010 | 11011 | 10101 | 101001 | 110111 |
Color Harmonies of #BB7F5E
Complementary color
Monochromatic Colors of #BB7F5E
Black with #BB7F5E
Text Example
Text Example
White with #BB7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F5E; }
p { color: rgb(187,127,94); }
H1.HeaderClassName
{
color: #BB7F5E;
}
.AnyTagClassName
{
color: #BB7F5E;
}
</style>
background-color css
<style>
a { background-color: #BB7F5E; }
a { background-color: rgb(187,127,94); }
div.DivClassName
{
background-color: #BB7F5E;
}
.BgClassName
{
background-color: #BB7F5E;
}
</style>
border-color css
<style>
span { border-color: #BB7F5E; }
span { border-color: rgb(187,127,94); }
td.TdClassName
{
border-color: #BB7F5E;
}
.TagClassName
{
border-color: #BB7F5E;
}
</style>