Shades of Burning Sand #BB8568
Tints of Burning Sand #BB8568
RGB
CMYK
RGB Variations
Color information
#BB8568 (or 0xBB8568) is known color: Burning Sand. HEX triplet: BB, 85 and 68. RGB value is (187,133,104). Sum of RGB (Red+Green+Blue) = 187+133+104=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8568 is #447A97. Grayscale: #929292. Windows color (decimal): -4487832 or 6849979. OLE color: 6849979.
HSL color Cylindrical-coordinate representation of color #BB8568: hue angle of 20.96º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8568 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 104 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.27 |
| HSL | 20.96º | 0.38% | 0.57% | - |
| HSV(B) | 20.96º | 0.44% | 0.73% | - |
| XYZ | 31.38 | 28.34 | 16.91 | - |
| YUV | 145.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 104 | 0 | 0.29 | 0.44 | 0.27 | 20.96 | 0.38 | 0.57 |
| Hex | BB | 85 | 68 | 0 | 1D | 2C | 1B | 15 | 26 | 39 |
| Octal | 273 | 205 | 150 | 0 | 35 | 54 | 33 | 25 | 46 | 71 |
| Binary | 10111011 | 10000101 | 1101000 | 0 | 11101 | 101100 | 11011 | 10101 | 100110 | 111001 |
Color Harmonies of #BB8568
Complementary color
Monochromatic Colors of #BB8568
Black with #BB8568
Text Example
Text Example
White with #BB8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8568; }
p { color: rgb(187,133,104); }
H1.HeaderClassName
{
color: #BB8568;
}
.AnyTagClassName
{
color: #BB8568;
}
</style>
background-color css
<style>
a { background-color: #BB8568; }
a { background-color: rgb(187,133,104); }
div.DivClassName
{
background-color: #BB8568;
}
.BgClassName
{
background-color: #BB8568;
}
</style>
border-color css
<style>
span { border-color: #BB8568; }
span { border-color: rgb(187,133,104); }
td.TdClassName
{
border-color: #BB8568;
}
.TagClassName
{
border-color: #BB8568;
}
</style>