Shades of Geebung #BB8432
Tints of Geebung #BB8432
RGB
CMYK
RGB Variations
Color information
#BB8432 (or 0xBB8432) is known color: Geebung. HEX triplet: BB, 84 and 32. RGB value is (187,132,50). Sum of RGB (Red+Green+Blue) = 187+132+50=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8432 is #447BCD. Grayscale: #8B8B8B. Windows color (decimal): -4488142 or 3310779. OLE color: 3310779.
HSL color Cylindrical-coordinate representation of color #BB8432: hue angle of 35.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB8432 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 50 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.27 |
| HSL | 35.91º | 0.58% | 0.46% | - |
| HSV(B) | 35.91º | 0.73% | 0.73% | - |
| XYZ | 29.32 | 27.3 | 6.74 | - |
| YUV | 139.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 50 | 0 | 0.29 | 0.73 | 0.27 | 35.91 | 0.58 | 0.46 |
| Hex | BB | 84 | 32 | 0 | 1D | 49 | 1B | 24 | 3A | 2E |
| Octal | 273 | 204 | 62 | 0 | 35 | 111 | 33 | 44 | 72 | 56 |
| Binary | 10111011 | 10000100 | 110010 | 0 | 11101 | 1001001 | 11011 | 100100 | 111010 | 101110 |
Color Harmonies of #BB8432
Complementary color
Monochromatic Colors of #BB8432
Black with #BB8432
Text Example
Text Example
White with #BB8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8432; }
p { color: rgb(187,132,50); }
H1.HeaderClassName
{
color: #BB8432;
}
.AnyTagClassName
{
color: #BB8432;
}
</style>
background-color css
<style>
a { background-color: #BB8432; }
a { background-color: rgb(187,132,50); }
div.DivClassName
{
background-color: #BB8432;
}
.BgClassName
{
background-color: #BB8432;
}
</style>
border-color css
<style>
span { border-color: #BB8432; }
span { border-color: rgb(187,132,50); }
td.TdClassName
{
border-color: #BB8432;
}
.TagClassName
{
border-color: #BB8432;
}
</style>