Shades of Geebung #BC8231
Tints of Geebung #BC8231
RGB
CMYK
RGB Variations
Color information
#BC8231 (or 0xBC8231) is known color: Geebung. HEX triplet: BC, 82 and 31. RGB value is (188,130,49). Sum of RGB (Red+Green+Blue) = 188+130+49=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8231 is #437DCE. Grayscale: #8A8A8A. Windows color (decimal): -4423119 or 3244732. OLE color: 3244732.
HSL color Cylindrical-coordinate representation of color #BC8231: hue angle of 34.96º 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 #BC8231 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 49 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.26 |
| HSL | 34.96º | 0.59% | 0.46% | - |
| HSV(B) | 34.96º | 0.74% | 0.74% | - |
| XYZ | 29.28 | 26.88 | 6.55 | - |
| YUV | 138.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 49 | 0 | 0.31 | 0.74 | 0.26 | 34.96 | 0.59 | 0.46 |
| Hex | BC | 82 | 31 | 0 | 1F | 4A | 1A | 23 | 3B | 2E |
| Octal | 274 | 202 | 61 | 0 | 37 | 112 | 32 | 43 | 73 | 56 |
| Binary | 10111100 | 10000010 | 110001 | 0 | 11111 | 1001010 | 11010 | 100011 | 111011 | 101110 |
Color Harmonies of #BC8231
Complementary color
Monochromatic Colors of #BC8231
Black with #BC8231
Text Example
Text Example
White with #BC8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8231; }
p { color: rgb(188,130,49); }
H1.HeaderClassName
{
color: #BC8231;
}
.AnyTagClassName
{
color: #BC8231;
}
</style>
background-color css
<style>
a { background-color: #BC8231; }
a { background-color: rgb(188,130,49); }
div.DivClassName
{
background-color: #BC8231;
}
.BgClassName
{
background-color: #BC8231;
}
</style>
border-color css
<style>
span { border-color: #BC8231; }
span { border-color: rgb(188,130,49); }
td.TdClassName
{
border-color: #BC8231;
}
.TagClassName
{
border-color: #BC8231;
}
</style>