Shades of Geebung #BF892B
Tints of Geebung #BF892B
RGB
CMYK
RGB Variations
Color information
#BF892B (or 0xBF892B) is known color: Geebung. HEX triplet: BF, 89 and 2B. RGB value is (191,137,43). Sum of RGB (Red+Green+Blue) = 191+137+43=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF892B is #4076D4. Grayscale: #8E8E8E. Windows color (decimal): -4224725 or 2853311. OLE color: 2853311.
HSL color Cylindrical-coordinate representation of color #BF892B: hue angle of 38.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF892B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.25 |
| HSL | 38.11º | 0.63% | 0.46% | - |
| HSV(B) | 38.11º | 0.77% | 0.75% | - |
| XYZ | 30.87 | 29.14 | 6.28 | - |
| YUV | 142.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 43 | 0 | 0.28 | 0.77 | 0.25 | 38.11 | 0.63 | 0.46 |
| Hex | BF | 89 | 2B | 0 | 1C | 4D | 19 | 26 | 3F | 2E |
| Octal | 277 | 211 | 53 | 0 | 34 | 115 | 31 | 46 | 77 | 56 |
| Binary | 10111111 | 10001001 | 101011 | 0 | 11100 | 1001101 | 11001 | 100110 | 111111 | 101110 |
Color Harmonies of #BF892B
Complementary color
Monochromatic Colors of #BF892B
Black with #BF892B
Text Example
Text Example
White with #BF892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF892B; }
p { color: rgb(191,137,43); }
H1.HeaderClassName
{
color: #BF892B;
}
.AnyTagClassName
{
color: #BF892B;
}
</style>
background-color css
<style>
a { background-color: #BF892B; }
a { background-color: rgb(191,137,43); }
div.DivClassName
{
background-color: #BF892B;
}
.BgClassName
{
background-color: #BF892B;
}
</style>
border-color css
<style>
span { border-color: #BF892B; }
span { border-color: rgb(191,137,43); }
td.TdClassName
{
border-color: #BF892B;
}
.TagClassName
{
border-color: #BF892B;
}
</style>