Shades of Geebung #BD862F
Tints of Geebung #BD862F
RGB
CMYK
RGB Variations
Color information
#BD862F (or 0xBD862F) is known color: Geebung. HEX triplet: BD, 86 and 2F. RGB value is (189,134,47). Sum of RGB (Red+Green+Blue) = 189+134+47=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD862F is #4279D0. Grayscale: #8C8C8C. Windows color (decimal): -4356561 or 3114685. OLE color: 3114685.
HSL color Cylindrical-coordinate representation of color #BD862F: hue angle of 36.76º 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 #BD862F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 47 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.26 |
| HSL | 36.76º | 0.6% | 0.46% | - |
| HSV(B) | 36.76º | 0.75% | 0.74% | - |
| XYZ | 30.02 | 28.07 | 6.53 | - |
| YUV | 140.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 47 | 0 | 0.29 | 0.75 | 0.26 | 36.76 | 0.6 | 0.46 |
| Hex | BD | 86 | 2F | 0 | 1D | 4B | 1A | 25 | 3C | 2E |
| Octal | 275 | 206 | 57 | 0 | 35 | 113 | 32 | 45 | 74 | 56 |
| Binary | 10111101 | 10000110 | 101111 | 0 | 11101 | 1001011 | 11010 | 100101 | 111100 | 101110 |
Color Harmonies of #BD862F
Complementary color
Monochromatic Colors of #BD862F
Black with #BD862F
Text Example
Text Example
White with #BD862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD862F; }
p { color: rgb(189,134,47); }
H1.HeaderClassName
{
color: #BD862F;
}
.AnyTagClassName
{
color: #BD862F;
}
</style>
background-color css
<style>
a { background-color: #BD862F; }
a { background-color: rgb(189,134,47); }
div.DivClassName
{
background-color: #BD862F;
}
.BgClassName
{
background-color: #BD862F;
}
</style>
border-color css
<style>
span { border-color: #BD862F; }
span { border-color: rgb(189,134,47); }
td.TdClassName
{
border-color: #BD862F;
}
.TagClassName
{
border-color: #BD862F;
}
</style>