Shades of Geebung #BF8236
Tints of Geebung #BF8236
RGB
CMYK
RGB Variations
Color information
#BF8236 (or 0xBF8236) is known color: Geebung. HEX triplet: BF, 82 and 36. RGB value is (191,130,54). Sum of RGB (Red+Green+Blue) = 191+130+54=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8236 is #407DC9. Grayscale: #8B8B8B. Windows color (decimal): -4226506 or 3572415. OLE color: 3572415.
HSL color Cylindrical-coordinate representation of color #BF8236: hue angle of 33.28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF8236 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 54 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.25 |
| HSL | 33.28º | 0.56% | 0.48% | - |
| HSV(B) | 33.28º | 0.72% | 0.75% | - |
| XYZ | 30.13 | 27.31 | 7.17 | - |
| YUV | 139.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 54 | 0 | 0.32 | 0.72 | 0.25 | 33.28 | 0.56 | 0.48 |
| Hex | BF | 82 | 36 | 0 | 20 | 48 | 19 | 21 | 38 | 30 |
| Octal | 277 | 202 | 66 | 0 | 40 | 110 | 31 | 41 | 70 | 60 |
| Binary | 10111111 | 10000010 | 110110 | 0 | 100000 | 1001000 | 11001 | 100001 | 111000 | 110000 |
Color Harmonies of #BF8236
Complementary color
Monochromatic Colors of #BF8236
Black with #BF8236
Text Example
Text Example
White with #BF8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8236; }
p { color: rgb(191,130,54); }
H1.HeaderClassName
{
color: #BF8236;
}
.AnyTagClassName
{
color: #BF8236;
}
</style>
background-color css
<style>
a { background-color: #BF8236; }
a { background-color: rgb(191,130,54); }
div.DivClassName
{
background-color: #BF8236;
}
.BgClassName
{
background-color: #BF8236;
}
</style>
border-color css
<style>
span { border-color: #BF8236; }
span { border-color: rgb(191,130,54); }
td.TdClassName
{
border-color: #BF8236;
}
.TagClassName
{
border-color: #BF8236;
}
</style>