Shades of Geebung #BC842C
Tints of Geebung #BC842C
RGB
CMYK
RGB Variations
Color information
#BC842C (or 0xBC842C) is known color: Geebung. HEX triplet: BC, 84 and 2C. RGB value is (188,132,44). Sum of RGB (Red+Green+Blue) = 188+132+44=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC842C is #437BD3. Grayscale: #8B8B8B. Windows color (decimal): -4422612 or 2917564. OLE color: 2917564.
HSL color Cylindrical-coordinate representation of color #BC842C: hue angle of 36.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC842C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 44 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.26 |
| HSL | 36.67º | 0.62% | 0.45% | - |
| HSV(B) | 36.67º | 0.77% | 0.74% | - |
| XYZ | 29.44 | 27.38 | 6.12 | - |
| YUV | 138.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 44 | 0 | 0.30 | 0.77 | 0.26 | 36.67 | 0.62 | 0.45 |
| Hex | BC | 84 | 2C | 0 | 1E | 4D | 1A | 25 | 3E | 2D |
| Octal | 274 | 204 | 54 | 0 | 36 | 115 | 32 | 45 | 76 | 55 |
| Binary | 10111100 | 10000100 | 101100 | 0 | 11110 | 1001101 | 11010 | 100101 | 111110 | 101101 |
Color Harmonies of #BC842C
Complementary color
Monochromatic Colors of #BC842C
Black with #BC842C
Text Example
Text Example
White with #BC842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC842C; }
p { color: rgb(188,132,44); }
H1.HeaderClassName
{
color: #BC842C;
}
.AnyTagClassName
{
color: #BC842C;
}
</style>
background-color css
<style>
a { background-color: #BC842C; }
a { background-color: rgb(188,132,44); }
div.DivClassName
{
background-color: #BC842C;
}
.BgClassName
{
background-color: #BC842C;
}
</style>
border-color css
<style>
span { border-color: #BC842C; }
span { border-color: rgb(188,132,44); }
td.TdClassName
{
border-color: #BC842C;
}
.TagClassName
{
border-color: #BC842C;
}
</style>