Shades of Geebung #BC8530
Tints of Geebung #BC8530
RGB
CMYK
RGB Variations
Color information
#BC8530 (or 0xBC8530) is known color: Geebung. HEX triplet: BC, 85 and 30. RGB value is (188,133,48). Sum of RGB (Red+Green+Blue) = 188+133+48=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8530 is #437ACF. Grayscale: #8C8C8C. Windows color (decimal): -4422352 or 3179964. OLE color: 3179964.
HSL color Cylindrical-coordinate representation of color #BC8530: hue angle of 36.43º 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 #BC8530 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 48 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.26 |
| HSL | 36.43º | 0.59% | 0.46% | - |
| HSV(B) | 36.43º | 0.74% | 0.74% | - |
| XYZ | 29.66 | 27.68 | 6.58 | - |
| YUV | 139.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 48 | 0 | 0.29 | 0.74 | 0.26 | 36.43 | 0.59 | 0.46 |
| Hex | BC | 85 | 30 | 0 | 1D | 4A | 1A | 24 | 3B | 2E |
| Octal | 274 | 205 | 60 | 0 | 35 | 112 | 32 | 44 | 73 | 56 |
| Binary | 10111100 | 10000101 | 110000 | 0 | 11101 | 1001010 | 11010 | 100100 | 111011 | 101110 |
Color Harmonies of #BC8530
Complementary color
Monochromatic Colors of #BC8530
Black with #BC8530
Text Example
Text Example
White with #BC8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8530; }
p { color: rgb(188,133,48); }
H1.HeaderClassName
{
color: #BC8530;
}
.AnyTagClassName
{
color: #BC8530;
}
</style>
background-color css
<style>
a { background-color: #BC8530; }
a { background-color: rgb(188,133,48); }
div.DivClassName
{
background-color: #BC8530;
}
.BgClassName
{
background-color: #BC8530;
}
</style>
border-color css
<style>
span { border-color: #BC8530; }
span { border-color: rgb(188,133,48); }
td.TdClassName
{
border-color: #BC8530;
}
.TagClassName
{
border-color: #BC8530;
}
</style>