Shades of Geebung #BC8524
Tints of Geebung #BC8524
RGB
CMYK
RGB Variations
Color information
#BC8524 (or 0xBC8524) is known color: Geebung. HEX triplet: BC, 85 and 24. RGB value is (188,133,36). Sum of RGB (Red+Green+Blue) = 188+133+36=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8524 is #437ADB. Grayscale: #8A8A8A. Windows color (decimal): -4422364 or 2393532. OLE color: 2393532.
HSL color Cylindrical-coordinate representation of color #BC8524: hue angle of 38.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8524 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 36 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.26 |
| HSL | 38.29º | 0.68% | 0.44% | - |
| HSV(B) | 38.29º | 0.81% | 0.74% | - |
| XYZ | 29.45 | 27.59 | 5.44 | - |
| YUV | 138.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 36 | 0 | 0.29 | 0.81 | 0.26 | 38.29 | 0.68 | 0.44 |
| Hex | BC | 85 | 24 | 0 | 1D | 51 | 1A | 26 | 44 | 2C |
| Octal | 274 | 205 | 44 | 0 | 35 | 121 | 32 | 46 | 104 | 54 |
| Binary | 10111100 | 10000101 | 100100 | 0 | 11101 | 1010001 | 11010 | 100110 | 1000100 | 101100 |
Color Harmonies of #BC8524
Complementary color
Monochromatic Colors of #BC8524
Black with #BC8524
Text Example
Text Example
White with #BC8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8524; }
p { color: rgb(188,133,36); }
H1.HeaderClassName
{
color: #BC8524;
}
.AnyTagClassName
{
color: #BC8524;
}
</style>
background-color css
<style>
a { background-color: #BC8524; }
a { background-color: rgb(188,133,36); }
div.DivClassName
{
background-color: #BC8524;
}
.BgClassName
{
background-color: #BC8524;
}
</style>
border-color css
<style>
span { border-color: #BC8524; }
span { border-color: rgb(188,133,36); }
td.TdClassName
{
border-color: #BC8524;
}
.TagClassName
{
border-color: #BC8524;
}
</style>