Shades of Burning Sand #BB8363
Tints of Burning Sand #BB8363
RGB
CMYK
RGB Variations
Color information
#BB8363 (or 0xBB8363) is known color: Burning Sand. HEX triplet: BB, 83 and 63. RGB value is (187,131,99). Sum of RGB (Red+Green+Blue) = 187+131+99=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8363 is #447C9C. Grayscale: #909090. Windows color (decimal): -4488349 or 6521787. OLE color: 6521787.
HSL color Cylindrical-coordinate representation of color #BB8363: hue angle of 21.82º 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 #BB8363 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 99 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.27 |
| HSL | 21.82º | 0.39% | 0.56% | - |
| HSV(B) | 21.82º | 0.47% | 0.73% | - |
| XYZ | 30.86 | 27.7 | 15.52 | - |
| YUV | 144.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 99 | 0 | 0.30 | 0.47 | 0.27 | 21.82 | 0.39 | 0.56 |
| Hex | BB | 83 | 63 | 0 | 1E | 2F | 1B | 16 | 27 | 38 |
| Octal | 273 | 203 | 143 | 0 | 36 | 57 | 33 | 26 | 47 | 70 |
| Binary | 10111011 | 10000011 | 1100011 | 0 | 11110 | 101111 | 11011 | 10110 | 100111 | 111000 |
Color Harmonies of #BB8363
Complementary color
Monochromatic Colors of #BB8363
Black with #BB8363
Text Example
Text Example
White with #BB8363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8363; }
p { color: rgb(187,131,99); }
H1.HeaderClassName
{
color: #BB8363;
}
.AnyTagClassName
{
color: #BB8363;
}
</style>
background-color css
<style>
a { background-color: #BB8363; }
a { background-color: rgb(187,131,99); }
div.DivClassName
{
background-color: #BB8363;
}
.BgClassName
{
background-color: #BB8363;
}
</style>
border-color css
<style>
span { border-color: #BB8363; }
span { border-color: rgb(187,131,99); }
td.TdClassName
{
border-color: #BB8363;
}
.TagClassName
{
border-color: #BB8363;
}
</style>