Shades of Geebung #BC8429
Tints of Geebung #BC8429
RGB
CMYK
RGB Variations
Color information
#BC8429 (or 0xBC8429) is known color: Geebung. HEX triplet: BC, 84 and 29. RGB value is (188,132,41). Sum of RGB (Red+Green+Blue) = 188+132+41=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8429 is #437BD6. Grayscale: #8A8A8A. Windows color (decimal): -4422615 or 2720956. OLE color: 2720956.
HSL color Cylindrical-coordinate representation of color #BC8429: hue angle of 37.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC8429 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 41 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.26 |
| HSL | 37.14º | 0.64% | 0.45% | - |
| HSV(B) | 37.14º | 0.78% | 0.74% | - |
| XYZ | 29.39 | 27.35 | 5.83 | - |
| YUV | 138.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 41 | 0 | 0.30 | 0.78 | 0.26 | 37.14 | 0.64 | 0.45 |
| Hex | BC | 84 | 29 | 0 | 1E | 4E | 1A | 25 | 40 | 2D |
| Octal | 274 | 204 | 51 | 0 | 36 | 116 | 32 | 45 | 100 | 55 |
| Binary | 10111100 | 10000100 | 101001 | 0 | 11110 | 1001110 | 11010 | 100101 | 1000000 | 101101 |
Color Harmonies of #BC8429
Complementary color
Monochromatic Colors of #BC8429
Black with #BC8429
Text Example
Text Example
White with #BC8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8429; }
p { color: rgb(188,132,41); }
H1.HeaderClassName
{
color: #BC8429;
}
.AnyTagClassName
{
color: #BC8429;
}
</style>
background-color css
<style>
a { background-color: #BC8429; }
a { background-color: rgb(188,132,41); }
div.DivClassName
{
background-color: #BC8429;
}
.BgClassName
{
background-color: #BC8429;
}
</style>
border-color css
<style>
span { border-color: #BC8429; }
span { border-color: rgb(188,132,41); }
td.TdClassName
{
border-color: #BC8429;
}
.TagClassName
{
border-color: #BC8429;
}
</style>