Shades of Geebung #BC852F
Tints of Geebung #BC852F
RGB
CMYK
RGB Variations
Color information
#BC852F (or 0xBC852F) is known color: Geebung. HEX triplet: BC, 85 and 2F. RGB value is (188,133,47). Sum of RGB (Red+Green+Blue) = 188+133+47=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC852F is #437AD0. Grayscale: #8C8C8C. Windows color (decimal): -4422353 or 3114428. OLE color: 3114428.
HSL color Cylindrical-coordinate representation of color #BC852F: hue angle of 36.6º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC852F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 47 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.26 |
| HSL | 36.6º | 0.6% | 0.46% | - |
| HSV(B) | 36.6º | 0.75% | 0.74% | - |
| XYZ | 29.64 | 27.67 | 6.47 | - |
| YUV | 139.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 47 | 0 | 0.29 | 0.75 | 0.26 | 36.6 | 0.6 | 0.46 |
| Hex | BC | 85 | 2F | 0 | 1D | 4B | 1A | 25 | 3C | 2E |
| Octal | 274 | 205 | 57 | 0 | 35 | 113 | 32 | 45 | 74 | 56 |
| Binary | 10111100 | 10000101 | 101111 | 0 | 11101 | 1001011 | 11010 | 100101 | 111100 | 101110 |
Color Harmonies of #BC852F
Complementary color
Monochromatic Colors of #BC852F
Black with #BC852F
Text Example
Text Example
White with #BC852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC852F; }
p { color: rgb(188,133,47); }
H1.HeaderClassName
{
color: #BC852F;
}
.AnyTagClassName
{
color: #BC852F;
}
</style>
background-color css
<style>
a { background-color: #BC852F; }
a { background-color: rgb(188,133,47); }
div.DivClassName
{
background-color: #BC852F;
}
.BgClassName
{
background-color: #BC852F;
}
</style>
border-color css
<style>
span { border-color: #BC852F; }
span { border-color: rgb(188,133,47); }
td.TdClassName
{
border-color: #BC852F;
}
.TagClassName
{
border-color: #BC852F;
}
</style>