Shades of Geebung #BC8326
Tints of Geebung #BC8326
RGB
CMYK
RGB Variations
Color information
#BC8326 (or 0xBC8326) is known color: Geebung. HEX triplet: BC, 83 and 26. RGB value is (188,131,38). Sum of RGB (Red+Green+Blue) = 188+131+38=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8326 is #437CD9. Grayscale: #898989. Windows color (decimal): -4422874 or 2524092. OLE color: 2524092.
HSL color Cylindrical-coordinate representation of color #BC8326: hue angle of 37.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8326 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 38 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.26 |
| HSL | 37.2º | 0.66% | 0.44% | - |
| HSV(B) | 37.2º | 0.8% | 0.74% | - |
| XYZ | 29.21 | 27.06 | 5.52 | - |
| YUV | 137.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 38 | 0 | 0.30 | 0.80 | 0.26 | 37.2 | 0.66 | 0.44 |
| Hex | BC | 83 | 26 | 0 | 1E | 50 | 1A | 25 | 42 | 2C |
| Octal | 274 | 203 | 46 | 0 | 36 | 120 | 32 | 45 | 102 | 54 |
| Binary | 10111100 | 10000011 | 100110 | 0 | 11110 | 1010000 | 11010 | 100101 | 1000010 | 101100 |
Color Harmonies of #BC8326
Complementary color
Monochromatic Colors of #BC8326
Black with #BC8326
Text Example
Text Example
White with #BC8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8326; }
p { color: rgb(188,131,38); }
H1.HeaderClassName
{
color: #BC8326;
}
.AnyTagClassName
{
color: #BC8326;
}
</style>
background-color css
<style>
a { background-color: #BC8326; }
a { background-color: rgb(188,131,38); }
div.DivClassName
{
background-color: #BC8326;
}
.BgClassName
{
background-color: #BC8326;
}
</style>
border-color css
<style>
span { border-color: #BC8326; }
span { border-color: rgb(188,131,38); }
td.TdClassName
{
border-color: #BC8326;
}
.TagClassName
{
border-color: #BC8326;
}
</style>