Shades of Geebung #BC8431
Tints of Geebung #BC8431
RGB
CMYK
RGB Variations
Color information
#BC8431 (or 0xBC8431) is known color: Geebung. HEX triplet: BC, 84 and 31. RGB value is (188,132,49). Sum of RGB (Red+Green+Blue) = 188+132+49=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8431 is #437BCE. Grayscale: #8B8B8B. Windows color (decimal): -4422607 or 3245244. OLE color: 3245244.
HSL color Cylindrical-coordinate representation of color #BC8431: hue angle of 35.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC8431 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 49 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.26 |
| HSL | 35.83º | 0.59% | 0.46% | - |
| HSV(B) | 35.83º | 0.74% | 0.74% | - |
| XYZ | 29.54 | 27.42 | 6.64 | - |
| YUV | 139.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 49 | 0 | 0.30 | 0.74 | 0.26 | 35.83 | 0.59 | 0.46 |
| Hex | BC | 84 | 31 | 0 | 1E | 4A | 1A | 24 | 3B | 2E |
| Octal | 274 | 204 | 61 | 0 | 36 | 112 | 32 | 44 | 73 | 56 |
| Binary | 10111100 | 10000100 | 110001 | 0 | 11110 | 1001010 | 11010 | 100100 | 111011 | 101110 |
Color Harmonies of #BC8431
Complementary color
Monochromatic Colors of #BC8431
Black with #BC8431
Text Example
Text Example
White with #BC8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8431; }
p { color: rgb(188,132,49); }
H1.HeaderClassName
{
color: #BC8431;
}
.AnyTagClassName
{
color: #BC8431;
}
</style>
background-color css
<style>
a { background-color: #BC8431; }
a { background-color: rgb(188,132,49); }
div.DivClassName
{
background-color: #BC8431;
}
.BgClassName
{
background-color: #BC8431;
}
</style>
border-color css
<style>
span { border-color: #BC8431; }
span { border-color: rgb(188,132,49); }
td.TdClassName
{
border-color: #BC8431;
}
.TagClassName
{
border-color: #BC8431;
}
</style>