Shades of Geebung #BB862A
Tints of Geebung #BB862A
RGB
CMYK
RGB Variations
Color information
#BB862A (or 0xBB862A) is known color: Geebung. HEX triplet: BB, 86 and 2A. RGB value is (187,134,42). Sum of RGB (Red+Green+Blue) = 187+134+42=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB862A is #4479D5. Grayscale: #8B8B8B. Windows color (decimal): -4487638 or 2787003. OLE color: 2787003.
HSL color Cylindrical-coordinate representation of color #BB862A: hue angle of 38.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB862A is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 42 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.27 |
| HSL | 38.07º | 0.63% | 0.45% | - |
| HSV(B) | 38.07º | 0.78% | 0.73% | - |
| XYZ | 29.44 | 27.78 | 6 | - |
| YUV | 139.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 42 | 0 | 0.28 | 0.78 | 0.27 | 38.07 | 0.63 | 0.45 |
| Hex | BB | 86 | 2A | 0 | 1C | 4E | 1B | 26 | 3F | 2D |
| Octal | 273 | 206 | 52 | 0 | 34 | 116 | 33 | 46 | 77 | 55 |
| Binary | 10111011 | 10000110 | 101010 | 0 | 11100 | 1001110 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BB862A
Complementary color
Monochromatic Colors of #BB862A
Black with #BB862A
Text Example
Text Example
White with #BB862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB862A; }
p { color: rgb(187,134,42); }
H1.HeaderClassName
{
color: #BB862A;
}
.AnyTagClassName
{
color: #BB862A;
}
</style>
background-color css
<style>
a { background-color: #BB862A; }
a { background-color: rgb(187,134,42); }
div.DivClassName
{
background-color: #BB862A;
}
.BgClassName
{
background-color: #BB862A;
}
</style>
border-color css
<style>
span { border-color: #BB862A; }
span { border-color: rgb(187,134,42); }
td.TdClassName
{
border-color: #BB862A;
}
.TagClassName
{
border-color: #BB862A;
}
</style>