Shades of Geebung #BB862B
Tints of Geebung #BB862B
RGB
CMYK
RGB Variations
Color information
#BB862B (or 0xBB862B) is known color: Geebung. HEX triplet: BB, 86 and 2B. RGB value is (187,134,43). Sum of RGB (Red+Green+Blue) = 187+134+43=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB862B is #4479D4. Grayscale: #8B8B8B. Windows color (decimal): -4487637 or 2852539. OLE color: 2852539.
HSL color Cylindrical-coordinate representation of color #BB862B: hue angle of 37.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB862B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.27 |
| HSL | 37.92º | 0.63% | 0.45% | - |
| HSV(B) | 37.92º | 0.77% | 0.73% | - |
| XYZ | 29.45 | 27.79 | 6.1 | - |
| YUV | 139.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 43 | 0 | 0.28 | 0.77 | 0.27 | 37.92 | 0.63 | 0.45 |
| Hex | BB | 86 | 2B | 0 | 1C | 4D | 1B | 26 | 3F | 2D |
| Octal | 273 | 206 | 53 | 0 | 34 | 115 | 33 | 46 | 77 | 55 |
| Binary | 10111011 | 10000110 | 101011 | 0 | 11100 | 1001101 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BB862B
Complementary color
Monochromatic Colors of #BB862B
Black with #BB862B
Text Example
Text Example
White with #BB862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB862B; }
p { color: rgb(187,134,43); }
H1.HeaderClassName
{
color: #BB862B;
}
.AnyTagClassName
{
color: #BB862B;
}
</style>
background-color css
<style>
a { background-color: #BB862B; }
a { background-color: rgb(187,134,43); }
div.DivClassName
{
background-color: #BB862B;
}
.BgClassName
{
background-color: #BB862B;
}
</style>
border-color css
<style>
span { border-color: #BB862B; }
span { border-color: rgb(187,134,43); }
td.TdClassName
{
border-color: #BB862B;
}
.TagClassName
{
border-color: #BB862B;
}
</style>