Shades of Geebung #BC8527
Tints of Geebung #BC8527
RGB
CMYK
RGB Variations
Color information
#BC8527 (or 0xBC8527) is known color: Geebung. HEX triplet: BC, 85 and 27. RGB value is (188,133,39). Sum of RGB (Red+Green+Blue) = 188+133+39=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8527 is #437AD8. Grayscale: #8B8B8B. Windows color (decimal): -4422361 or 2590140. OLE color: 2590140.
HSL color Cylindrical-coordinate representation of color #BC8527: hue angle of 37.85º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8527 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 39 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.26 |
| HSL | 37.85º | 0.66% | 0.45% | - |
| HSV(B) | 37.85º | 0.79% | 0.74% | - |
| XYZ | 29.49 | 27.61 | 5.69 | - |
| YUV | 138.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 39 | 0 | 0.29 | 0.79 | 0.26 | 37.85 | 0.66 | 0.45 |
| Hex | BC | 85 | 27 | 0 | 1D | 4F | 1A | 26 | 42 | 2D |
| Octal | 274 | 205 | 47 | 0 | 35 | 117 | 32 | 46 | 102 | 55 |
| Binary | 10111100 | 10000101 | 100111 | 0 | 11101 | 1001111 | 11010 | 100110 | 1000010 | 101101 |
Color Harmonies of #BC8527
Complementary color
Monochromatic Colors of #BC8527
Black with #BC8527
Text Example
Text Example
White with #BC8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8527; }
p { color: rgb(188,133,39); }
H1.HeaderClassName
{
color: #BC8527;
}
.AnyTagClassName
{
color: #BC8527;
}
</style>
background-color css
<style>
a { background-color: #BC8527; }
a { background-color: rgb(188,133,39); }
div.DivClassName
{
background-color: #BC8527;
}
.BgClassName
{
background-color: #BC8527;
}
</style>
border-color css
<style>
span { border-color: #BC8527; }
span { border-color: rgb(188,133,39); }
td.TdClassName
{
border-color: #BC8527;
}
.TagClassName
{
border-color: #BC8527;
}
</style>