Shades of Burning Sand #BB7C64
Tints of Burning Sand #BB7C64
RGB
CMYK
RGB Variations
Color information
#BB7C64 (or 0xBB7C64) is known color: Burning Sand. HEX triplet: BB, 7C and 64. RGB value is (187,124,100). Sum of RGB (Red+Green+Blue) = 187+124+100=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C64 is #44839B. Grayscale: #8C8C8C. Windows color (decimal): -4490140 or 6585531. OLE color: 6585531.
HSL color Cylindrical-coordinate representation of color #BB7C64: hue angle of 16.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7C64 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 100 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.27 |
| HSL | 16.55º | 0.39% | 0.56% | - |
| HSV(B) | 16.55º | 0.47% | 0.73% | - |
| XYZ | 30 | 25.9 | 15.47 | - |
| YUV | 140.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 100 | 0 | 0.34 | 0.47 | 0.27 | 16.55 | 0.39 | 0.56 |
| Hex | BB | 7C | 64 | 0 | 22 | 2F | 1B | 11 | 27 | 38 |
| Octal | 273 | 174 | 144 | 0 | 42 | 57 | 33 | 21 | 47 | 70 |
| Binary | 10111011 | 1111100 | 1100100 | 0 | 100010 | 101111 | 11011 | 10001 | 100111 | 111000 |
Color Harmonies of #BB7C64
Complementary color
Monochromatic Colors of #BB7C64
Black with #BB7C64
Text Example
Text Example
White with #BB7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C64; }
p { color: rgb(187,124,100); }
H1.HeaderClassName
{
color: #BB7C64;
}
.AnyTagClassName
{
color: #BB7C64;
}
</style>
background-color css
<style>
a { background-color: #BB7C64; }
a { background-color: rgb(187,124,100); }
div.DivClassName
{
background-color: #BB7C64;
}
.BgClassName
{
background-color: #BB7C64;
}
</style>
border-color css
<style>
span { border-color: #BB7C64; }
span { border-color: rgb(187,124,100); }
td.TdClassName
{
border-color: #BB7C64;
}
.TagClassName
{
border-color: #BB7C64;
}
</style>