Shades of Burning Sand #BB7C5C
Tints of Burning Sand #BB7C5C
RGB
CMYK
RGB Variations
Color information
#BB7C5C (or 0xBB7C5C) is known color: Burning Sand. HEX triplet: BB, 7C and 5C. RGB value is (187,124,92). Sum of RGB (Red+Green+Blue) = 187+124+92=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C5C is #4483A3. Grayscale: #8B8B8B. Windows color (decimal): -4490148 or 6061243. OLE color: 6061243.
HSL color Cylindrical-coordinate representation of color #BB7C5C: hue angle of 20.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7C5C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 92 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.27 |
| HSL | 20.21º | 0.41% | 0.55% | - |
| HSV(B) | 20.21º | 0.51% | 0.73% | - |
| XYZ | 29.63 | 25.75 | 13.53 | - |
| YUV | 139.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 92 | 0 | 0.34 | 0.51 | 0.27 | 20.21 | 0.41 | 0.55 |
| Hex | BB | 7C | 5C | 0 | 22 | 33 | 1B | 14 | 29 | 37 |
| Octal | 273 | 174 | 134 | 0 | 42 | 63 | 33 | 24 | 51 | 67 |
| Binary | 10111011 | 1111100 | 1011100 | 0 | 100010 | 110011 | 11011 | 10100 | 101001 | 110111 |
Color Harmonies of #BB7C5C
Complementary color
Monochromatic Colors of #BB7C5C
Black with #BB7C5C
Text Example
Text Example
White with #BB7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C5C; }
p { color: rgb(187,124,92); }
H1.HeaderClassName
{
color: #BB7C5C;
}
.AnyTagClassName
{
color: #BB7C5C;
}
</style>
background-color css
<style>
a { background-color: #BB7C5C; }
a { background-color: rgb(187,124,92); }
div.DivClassName
{
background-color: #BB7C5C;
}
.BgClassName
{
background-color: #BB7C5C;
}
</style>
border-color css
<style>
span { border-color: #BB7C5C; }
span { border-color: rgb(187,124,92); }
td.TdClassName
{
border-color: #BB7C5C;
}
.TagClassName
{
border-color: #BB7C5C;
}
</style>