Shades of Geebung #BC8332
Tints of Geebung #BC8332
RGB
CMYK
RGB Variations
Color information
#BC8332 (or 0xBC8332) is known color: Geebung. HEX triplet: BC, 83 and 32. RGB value is (188,131,50). Sum of RGB (Red+Green+Blue) = 188+131+50=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8332 is #437CCD. Grayscale: #8B8B8B. Windows color (decimal): -4422862 or 3310524. OLE color: 3310524.
HSL color Cylindrical-coordinate representation of color #BC8332: hue angle of 35.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8332 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 50 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.26 |
| HSL | 35.22º | 0.58% | 0.47% | - |
| HSV(B) | 35.22º | 0.73% | 0.74% | - |
| XYZ | 29.43 | 27.15 | 6.71 | - |
| YUV | 138.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 50 | 0 | 0.30 | 0.73 | 0.26 | 35.22 | 0.58 | 0.47 |
| Hex | BC | 83 | 32 | 0 | 1E | 49 | 1A | 23 | 3A | 2F |
| Octal | 274 | 203 | 62 | 0 | 36 | 111 | 32 | 43 | 72 | 57 |
| Binary | 10111100 | 10000011 | 110010 | 0 | 11110 | 1001001 | 11010 | 100011 | 111010 | 101111 |
Color Harmonies of #BC8332
Complementary color
Monochromatic Colors of #BC8332
Black with #BC8332
Text Example
Text Example
White with #BC8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8332; }
p { color: rgb(188,131,50); }
H1.HeaderClassName
{
color: #BC8332;
}
.AnyTagClassName
{
color: #BC8332;
}
</style>
background-color css
<style>
a { background-color: #BC8332; }
a { background-color: rgb(188,131,50); }
div.DivClassName
{
background-color: #BC8332;
}
.BgClassName
{
background-color: #BC8332;
}
</style>
border-color css
<style>
span { border-color: #BC8332; }
span { border-color: rgb(188,131,50); }
td.TdClassName
{
border-color: #BC8332;
}
.TagClassName
{
border-color: #BC8332;
}
</style>