Shades of Geebung #BF882C
Tints of Geebung #BF882C
RGB
CMYK
RGB Variations
Color information
#BF882C (or 0xBF882C) is known color: Geebung. HEX triplet: BF, 88 and 2C. RGB value is (191,136,44). Sum of RGB (Red+Green+Blue) = 191+136+44=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF882C is #4077D3. Grayscale: #8E8E8E. Windows color (decimal): -4224980 or 2918591. OLE color: 2918591.
HSL color Cylindrical-coordinate representation of color #BF882C: hue angle of 37.55º 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 #BF882C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.25 |
| HSL | 37.55º | 0.63% | 0.46% | - |
| HSV(B) | 37.55º | 0.77% | 0.75% | - |
| XYZ | 30.74 | 28.87 | 6.33 | - |
| YUV | 141.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 44 | 0 | 0.29 | 0.77 | 0.25 | 37.55 | 0.63 | 0.46 |
| Hex | BF | 88 | 2C | 0 | 1D | 4D | 19 | 26 | 3F | 2E |
| Octal | 277 | 210 | 54 | 0 | 35 | 115 | 31 | 46 | 77 | 56 |
| Binary | 10111111 | 10001000 | 101100 | 0 | 11101 | 1001101 | 11001 | 100110 | 111111 | 101110 |
Color Harmonies of #BF882C
Complementary color
Monochromatic Colors of #BF882C
Black with #BF882C
Text Example
Text Example
White with #BF882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF882C; }
p { color: rgb(191,136,44); }
H1.HeaderClassName
{
color: #BF882C;
}
.AnyTagClassName
{
color: #BF882C;
}
</style>
background-color css
<style>
a { background-color: #BF882C; }
a { background-color: rgb(191,136,44); }
div.DivClassName
{
background-color: #BF882C;
}
.BgClassName
{
background-color: #BF882C;
}
</style>
border-color css
<style>
span { border-color: #BF882C; }
span { border-color: rgb(191,136,44); }
td.TdClassName
{
border-color: #BF882C;
}
.TagClassName
{
border-color: #BF882C;
}
</style>