Shades of Geebung #BD862E
Tints of Geebung #BD862E
RGB
CMYK
RGB Variations
Color information
#BD862E (or 0xBD862E) is known color: Geebung. HEX triplet: BD, 86 and 2E. RGB value is (189,134,46). Sum of RGB (Red+Green+Blue) = 189+134+46=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD862E is #4279D1. Grayscale: #8C8C8C. Windows color (decimal): -4356562 or 3049149. OLE color: 3049149.
HSL color Cylindrical-coordinate representation of color #BD862E: 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 #BD862E is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 46 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.26 |
| HSL | 36.92º | 0.61% | 0.46% | - |
| HSV(B) | 36.92º | 0.76% | 0.74% | - |
| XYZ | 30 | 28.07 | 6.42 | - |
| YUV | 140.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 46 | 0 | 0.29 | 0.76 | 0.26 | 36.92 | 0.61 | 0.46 |
| Hex | BD | 86 | 2E | 0 | 1D | 4C | 1A | 25 | 3D | 2E |
| Octal | 275 | 206 | 56 | 0 | 35 | 114 | 32 | 45 | 75 | 56 |
| Binary | 10111101 | 10000110 | 101110 | 0 | 11101 | 1001100 | 11010 | 100101 | 111101 | 101110 |
Color Harmonies of #BD862E
Complementary color
Monochromatic Colors of #BD862E
Black with #BD862E
Text Example
Text Example
White with #BD862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD862E; }
p { color: rgb(189,134,46); }
H1.HeaderClassName
{
color: #BD862E;
}
.AnyTagClassName
{
color: #BD862E;
}
</style>
background-color css
<style>
a { background-color: #BD862E; }
a { background-color: rgb(189,134,46); }
div.DivClassName
{
background-color: #BD862E;
}
.BgClassName
{
background-color: #BD862E;
}
</style>
border-color css
<style>
span { border-color: #BD862E; }
span { border-color: rgb(189,134,46); }
td.TdClassName
{
border-color: #BD862E;
}
.TagClassName
{
border-color: #BD862E;
}
</style>