Shades of Geebung #BC8333
Tints of Geebung #BC8333
RGB
CMYK
RGB Variations
Color information
#BC8333 (or 0xBC8333) is known color: Geebung. HEX triplet: BC, 83 and 33. RGB value is (188,131,51). Sum of RGB (Red+Green+Blue) = 188+131+51=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8333 is #437CCC. Grayscale: #8B8B8B. Windows color (decimal): -4422861 or 3376060. OLE color: 3376060.
HSL color Cylindrical-coordinate representation of color #BC8333: hue angle of 35.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8333 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 51 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.26 |
| HSL | 35.04º | 0.57% | 0.47% | - |
| HSV(B) | 35.04º | 0.73% | 0.74% | - |
| XYZ | 29.45 | 27.16 | 6.82 | - |
| YUV | 138.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 51 | 0 | 0.30 | 0.73 | 0.26 | 35.04 | 0.57 | 0.47 |
| Hex | BC | 83 | 33 | 0 | 1E | 49 | 1A | 23 | 39 | 2F |
| Octal | 274 | 203 | 63 | 0 | 36 | 111 | 32 | 43 | 71 | 57 |
| Binary | 10111100 | 10000011 | 110011 | 0 | 11110 | 1001001 | 11010 | 100011 | 111001 | 101111 |
Color Harmonies of #BC8333
Complementary color
Monochromatic Colors of #BC8333
Black with #BC8333
Text Example
Text Example
White with #BC8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8333; }
p { color: rgb(188,131,51); }
H1.HeaderClassName
{
color: #BC8333;
}
.AnyTagClassName
{
color: #BC8333;
}
</style>
background-color css
<style>
a { background-color: #BC8333; }
a { background-color: rgb(188,131,51); }
div.DivClassName
{
background-color: #BC8333;
}
.BgClassName
{
background-color: #BC8333;
}
</style>
border-color css
<style>
span { border-color: #BC8333; }
span { border-color: rgb(188,131,51); }
td.TdClassName
{
border-color: #BC8333;
}
.TagClassName
{
border-color: #BC8333;
}
</style>