Shades of Geebung #BC8433
Tints of Geebung #BC8433
RGB
CMYK
RGB Variations
Color information
#BC8433 (or 0xBC8433) is known color: Geebung. HEX triplet: BC, 84 and 33. RGB value is (188,132,51). Sum of RGB (Red+Green+Blue) = 188+132+51=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8433 is #437BCC. Grayscale: #8B8B8B. Windows color (decimal): -4422605 or 3376316. OLE color: 3376316.
HSL color Cylindrical-coordinate representation of color #BC8433: hue angle of 35.47º 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 #BC8433 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 51 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.26 |
| HSL | 35.47º | 0.57% | 0.47% | - |
| HSV(B) | 35.47º | 0.73% | 0.74% | - |
| XYZ | 29.59 | 27.43 | 6.87 | - |
| YUV | 139.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 51 | 0 | 0.30 | 0.73 | 0.26 | 35.47 | 0.57 | 0.47 |
| Hex | BC | 84 | 33 | 0 | 1E | 49 | 1A | 23 | 39 | 2F |
| Octal | 274 | 204 | 63 | 0 | 36 | 111 | 32 | 43 | 71 | 57 |
| Binary | 10111100 | 10000100 | 110011 | 0 | 11110 | 1001001 | 11010 | 100011 | 111001 | 101111 |
Color Harmonies of #BC8433
Complementary color
Monochromatic Colors of #BC8433
Black with #BC8433
Text Example
Text Example
White with #BC8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8433; }
p { color: rgb(188,132,51); }
H1.HeaderClassName
{
color: #BC8433;
}
.AnyTagClassName
{
color: #BC8433;
}
</style>
background-color css
<style>
a { background-color: #BC8433; }
a { background-color: rgb(188,132,51); }
div.DivClassName
{
background-color: #BC8433;
}
.BgClassName
{
background-color: #BC8433;
}
</style>
border-color css
<style>
span { border-color: #BC8433; }
span { border-color: rgb(188,132,51); }
td.TdClassName
{
border-color: #BC8433;
}
.TagClassName
{
border-color: #BC8433;
}
</style>