Shades of Burning Sand #BB8065
Tints of Burning Sand #BB8065
RGB
CMYK
RGB Variations
Color information
#BB8065 (or 0xBB8065) is known color: Burning Sand. HEX triplet: BB, 80 and 65. RGB value is (187,128,101). Sum of RGB (Red+Green+Blue) = 187+128+101=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8065 is #447F9A. Grayscale: #8E8E8E. Windows color (decimal): -4489115 or 6652091. OLE color: 6652091.
HSL color Cylindrical-coordinate representation of color #BB8065: hue angle of 18.84º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8065 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 101 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.27 |
| HSL | 18.84º | 0.39% | 0.56% | - |
| HSV(B) | 18.84º | 0.46% | 0.73% | - |
| XYZ | 30.56 | 26.94 | 15.9 | - |
| YUV | 142.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 101 | 0 | 0.32 | 0.46 | 0.27 | 18.84 | 0.39 | 0.56 |
| Hex | BB | 80 | 65 | 0 | 20 | 2E | 1B | 13 | 27 | 38 |
| Octal | 273 | 200 | 145 | 0 | 40 | 56 | 33 | 23 | 47 | 70 |
| Binary | 10111011 | 10000000 | 1100101 | 0 | 100000 | 101110 | 11011 | 10011 | 100111 | 111000 |
Color Harmonies of #BB8065
Complementary color
Monochromatic Colors of #BB8065
Black with #BB8065
Text Example
Text Example
White with #BB8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8065; }
p { color: rgb(187,128,101); }
H1.HeaderClassName
{
color: #BB8065;
}
.AnyTagClassName
{
color: #BB8065;
}
</style>
background-color css
<style>
a { background-color: #BB8065; }
a { background-color: rgb(187,128,101); }
div.DivClassName
{
background-color: #BB8065;
}
.BgClassName
{
background-color: #BB8065;
}
</style>
border-color css
<style>
span { border-color: #BB8065; }
span { border-color: rgb(187,128,101); }
td.TdClassName
{
border-color: #BB8065;
}
.TagClassName
{
border-color: #BB8065;
}
</style>