Shades of Geebung #BC8331
Tints of Geebung #BC8331
RGB
CMYK
RGB Variations
Color information
#BC8331 (or 0xBC8331) is known color: Geebung. HEX triplet: BC, 83 and 31. RGB value is (188,131,49). Sum of RGB (Red+Green+Blue) = 188+131+49=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8331 is #437CCE. Grayscale: #8B8B8B. Windows color (decimal): -4422863 or 3244988. OLE color: 3244988.
HSL color Cylindrical-coordinate representation of color #BC8331: hue angle of 35.4º 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 #BC8331 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 49 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.26 |
| HSL | 35.4º | 0.59% | 0.46% | - |
| HSV(B) | 35.4º | 0.74% | 0.74% | - |
| XYZ | 29.41 | 27.15 | 6.6 | - |
| YUV | 138.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 49 | 0 | 0.30 | 0.74 | 0.26 | 35.4 | 0.59 | 0.46 |
| Hex | BC | 83 | 31 | 0 | 1E | 4A | 1A | 23 | 3B | 2E |
| Octal | 274 | 203 | 61 | 0 | 36 | 112 | 32 | 43 | 73 | 56 |
| Binary | 10111100 | 10000011 | 110001 | 0 | 11110 | 1001010 | 11010 | 100011 | 111011 | 101110 |
Color Harmonies of #BC8331
Complementary color
Monochromatic Colors of #BC8331
Black with #BC8331
Text Example
Text Example
White with #BC8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8331; }
p { color: rgb(188,131,49); }
H1.HeaderClassName
{
color: #BC8331;
}
.AnyTagClassName
{
color: #BC8331;
}
</style>
background-color css
<style>
a { background-color: #BC8331; }
a { background-color: rgb(188,131,49); }
div.DivClassName
{
background-color: #BC8331;
}
.BgClassName
{
background-color: #BC8331;
}
</style>
border-color css
<style>
span { border-color: #BC8331; }
span { border-color: rgb(188,131,49); }
td.TdClassName
{
border-color: #BC8331;
}
.TagClassName
{
border-color: #BC8331;
}
</style>