Shades of Geebung #BC8532
Tints of Geebung #BC8532
RGB
CMYK
RGB Variations
Color information
#BC8532 (or 0xBC8532) is known color: Geebung. HEX triplet: BC, 85 and 32. RGB value is (188,133,50). Sum of RGB (Red+Green+Blue) = 188+133+50=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8532 is #437ACD. Grayscale: #8C8C8C. Windows color (decimal): -4422350 or 3311036. OLE color: 3311036.
HSL color Cylindrical-coordinate representation of color #BC8532: hue angle of 36.09º 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 #BC8532 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 50 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.26 |
| HSL | 36.09º | 0.58% | 0.47% | - |
| HSV(B) | 36.09º | 0.73% | 0.74% | - |
| XYZ | 29.7 | 27.7 | 6.8 | - |
| YUV | 139.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 50 | 0 | 0.29 | 0.73 | 0.26 | 36.09 | 0.58 | 0.47 |
| Hex | BC | 85 | 32 | 0 | 1D | 49 | 1A | 24 | 3A | 2F |
| Octal | 274 | 205 | 62 | 0 | 35 | 111 | 32 | 44 | 72 | 57 |
| Binary | 10111100 | 10000101 | 110010 | 0 | 11101 | 1001001 | 11010 | 100100 | 111010 | 101111 |
Color Harmonies of #BC8532
Complementary color
Monochromatic Colors of #BC8532
Black with #BC8532
Text Example
Text Example
White with #BC8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8532; }
p { color: rgb(188,133,50); }
H1.HeaderClassName
{
color: #BC8532;
}
.AnyTagClassName
{
color: #BC8532;
}
</style>
background-color css
<style>
a { background-color: #BC8532; }
a { background-color: rgb(188,133,50); }
div.DivClassName
{
background-color: #BC8532;
}
.BgClassName
{
background-color: #BC8532;
}
</style>
border-color css
<style>
span { border-color: #BC8532; }
span { border-color: rgb(188,133,50); }
td.TdClassName
{
border-color: #BC8532;
}
.TagClassName
{
border-color: #BC8532;
}
</style>