Shades of Geebung #BF8232
Tints of Geebung #BF8232
RGB
CMYK
RGB Variations
Color information
#BF8232 (or 0xBF8232) is known color: Geebung. HEX triplet: BF, 82 and 32. RGB value is (191,130,50). Sum of RGB (Red+Green+Blue) = 191+130+50=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8232 is #407DCD. Grayscale: #8B8B8B. Windows color (decimal): -4226510 or 3310271. OLE color: 3310271.
HSL color Cylindrical-coordinate representation of color #BF8232: hue angle of 34.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF8232 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 50 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.25 |
| HSL | 34.04º | 0.59% | 0.47% | - |
| HSV(B) | 34.04º | 0.74% | 0.75% | - |
| XYZ | 30.04 | 27.27 | 6.7 | - |
| YUV | 139.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 50 | 0 | 0.32 | 0.74 | 0.25 | 34.04 | 0.59 | 0.47 |
| Hex | BF | 82 | 32 | 0 | 20 | 4A | 19 | 22 | 3B | 2F |
| Octal | 277 | 202 | 62 | 0 | 40 | 112 | 31 | 42 | 73 | 57 |
| Binary | 10111111 | 10000010 | 110010 | 0 | 100000 | 1001010 | 11001 | 100010 | 111011 | 101111 |
Color Harmonies of #BF8232
Complementary color
Monochromatic Colors of #BF8232
Black with #BF8232
Text Example
Text Example
White with #BF8232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8232; }
p { color: rgb(191,130,50); }
H1.HeaderClassName
{
color: #BF8232;
}
.AnyTagClassName
{
color: #BF8232;
}
</style>
background-color css
<style>
a { background-color: #BF8232; }
a { background-color: rgb(191,130,50); }
div.DivClassName
{
background-color: #BF8232;
}
.BgClassName
{
background-color: #BF8232;
}
</style>
border-color css
<style>
span { border-color: #BF8232; }
span { border-color: rgb(191,130,50); }
td.TdClassName
{
border-color: #BF8232;
}
.TagClassName
{
border-color: #BF8232;
}
</style>