Shades of Geebung #BC852D
Tints of Geebung #BC852D
RGB
CMYK
RGB Variations
Color information
#BC852D (or 0xBC852D) is known color: Geebung. HEX triplet: BC, 85 and 2D. RGB value is (188,133,45). Sum of RGB (Red+Green+Blue) = 188+133+45=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC852D is #437AD2. Grayscale: #8B8B8B. Windows color (decimal): -4422355 or 2983356. OLE color: 2983356.
HSL color Cylindrical-coordinate representation of color #BC852D: hue angle of 36.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC852D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 45 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.26 |
| HSL | 36.92º | 0.61% | 0.46% | - |
| HSV(B) | 36.92º | 0.76% | 0.74% | - |
| XYZ | 29.6 | 27.66 | 6.26 | - |
| YUV | 139.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 45 | 0 | 0.29 | 0.76 | 0.26 | 36.92 | 0.61 | 0.46 |
| Hex | BC | 85 | 2D | 0 | 1D | 4C | 1A | 25 | 3D | 2E |
| Octal | 274 | 205 | 55 | 0 | 35 | 114 | 32 | 45 | 75 | 56 |
| Binary | 10111100 | 10000101 | 101101 | 0 | 11101 | 1001100 | 11010 | 100101 | 111101 | 101110 |
Color Harmonies of #BC852D
Complementary color
Monochromatic Colors of #BC852D
Black with #BC852D
Text Example
Text Example
White with #BC852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC852D; }
p { color: rgb(188,133,45); }
H1.HeaderClassName
{
color: #BC852D;
}
.AnyTagClassName
{
color: #BC852D;
}
</style>
background-color css
<style>
a { background-color: #BC852D; }
a { background-color: rgb(188,133,45); }
div.DivClassName
{
background-color: #BC852D;
}
.BgClassName
{
background-color: #BC852D;
}
</style>
border-color css
<style>
span { border-color: #BC852D; }
span { border-color: rgb(188,133,45); }
td.TdClassName
{
border-color: #BC852D;
}
.TagClassName
{
border-color: #BC852D;
}
</style>