Shades of Geebung #BC862B
Tints of Geebung #BC862B
RGB
CMYK
RGB Variations
Color information
#BC862B (or 0xBC862B) is known color: Geebung. HEX triplet: BC, 86 and 2B. RGB value is (188,134,43). Sum of RGB (Red+Green+Blue) = 188+134+43=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC862B is #4379D4. Grayscale: #8C8C8C. Windows color (decimal): -4422101 or 2852540. OLE color: 2852540.
HSL color Cylindrical-coordinate representation of color #BC862B: hue angle of 37.66º degrees, saturation: 0.63, 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 #BC862B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 43 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.26 |
| HSL | 37.66º | 0.63% | 0.45% | - |
| HSV(B) | 37.66º | 0.77% | 0.74% | - |
| XYZ | 29.7 | 27.92 | 6.11 | - |
| YUV | 139.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 43 | 0 | 0.29 | 0.77 | 0.26 | 37.66 | 0.63 | 0.45 |
| Hex | BC | 86 | 2B | 0 | 1D | 4D | 1A | 26 | 3F | 2D |
| Octal | 274 | 206 | 53 | 0 | 35 | 115 | 32 | 46 | 77 | 55 |
| Binary | 10111100 | 10000110 | 101011 | 0 | 11101 | 1001101 | 11010 | 100110 | 111111 | 101101 |
Color Harmonies of #BC862B
Complementary color
Monochromatic Colors of #BC862B
Black with #BC862B
Text Example
Text Example
White with #BC862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC862B; }
p { color: rgb(188,134,43); }
H1.HeaderClassName
{
color: #BC862B;
}
.AnyTagClassName
{
color: #BC862B;
}
</style>
background-color css
<style>
a { background-color: #BC862B; }
a { background-color: rgb(188,134,43); }
div.DivClassName
{
background-color: #BC862B;
}
.BgClassName
{
background-color: #BC862B;
}
</style>
border-color css
<style>
span { border-color: #BC862B; }
span { border-color: rgb(188,134,43); }
td.TdClassName
{
border-color: #BC862B;
}
.TagClassName
{
border-color: #BC862B;
}
</style>