Shades of Geebung #BF882F
Tints of Geebung #BF882F
RGB
CMYK
RGB Variations
Color information
#BF882F (or 0xBF882F) is known color: Geebung. HEX triplet: BF, 88 and 2F. RGB value is (191,136,47). Sum of RGB (Red+Green+Blue) = 191+136+47=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF882F is #4077D0. Grayscale: #8E8E8E. Windows color (decimal): -4224977 or 3115199. OLE color: 3115199.
HSL color Cylindrical-coordinate representation of color #BF882F: hue angle of 37.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF882F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 47 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.25 |
| HSL | 37.08º | 0.61% | 0.47% | - |
| HSV(B) | 37.08º | 0.75% | 0.75% | - |
| XYZ | 30.8 | 28.89 | 6.64 | - |
| YUV | 142.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 47 | 0 | 0.29 | 0.75 | 0.25 | 37.08 | 0.61 | 0.47 |
| Hex | BF | 88 | 2F | 0 | 1D | 4B | 19 | 25 | 3D | 2F |
| Octal | 277 | 210 | 57 | 0 | 35 | 113 | 31 | 45 | 75 | 57 |
| Binary | 10111111 | 10001000 | 101111 | 0 | 11101 | 1001011 | 11001 | 100101 | 111101 | 101111 |
Color Harmonies of #BF882F
Complementary color
Monochromatic Colors of #BF882F
Black with #BF882F
Text Example
Text Example
White with #BF882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF882F; }
p { color: rgb(191,136,47); }
H1.HeaderClassName
{
color: #BF882F;
}
.AnyTagClassName
{
color: #BF882F;
}
</style>
background-color css
<style>
a { background-color: #BF882F; }
a { background-color: rgb(191,136,47); }
div.DivClassName
{
background-color: #BF882F;
}
.BgClassName
{
background-color: #BF882F;
}
</style>
border-color css
<style>
span { border-color: #BF882F; }
span { border-color: rgb(191,136,47); }
td.TdClassName
{
border-color: #BF882F;
}
.TagClassName
{
border-color: #BF882F;
}
</style>