Shades of Geebung #BF8221
Tints of Geebung #BF8221
RGB
CMYK
RGB Variations
Color information
#BF8221 (or 0xBF8221) is known color: Geebung. HEX triplet: BF, 82 and 21. RGB value is (191,130,33). Sum of RGB (Red+Green+Blue) = 191+130+33=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8221 is #407DDE. Grayscale: #898989. Windows color (decimal): -4226527 or 2196159. OLE color: 2196159.
HSL color Cylindrical-coordinate representation of color #BF8221: hue angle of 36.84º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8221 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.25 |
| HSL | 36.84º | 0.71% | 0.44% | - |
| HSV(B) | 36.84º | 0.83% | 0.75% | - |
| XYZ | 29.74 | 27.15 | 5.11 | - |
| YUV | 137.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 33 | 0 | 0.32 | 0.83 | 0.25 | 36.84 | 0.71 | 0.44 |
| Hex | BF | 82 | 21 | 0 | 20 | 53 | 19 | 25 | 47 | 2C |
| Octal | 277 | 202 | 41 | 0 | 40 | 123 | 31 | 45 | 107 | 54 |
| Binary | 10111111 | 10000010 | 100001 | 0 | 100000 | 1010011 | 11001 | 100101 | 1000111 | 101100 |
Color Harmonies of #BF8221
Complementary color
Monochromatic Colors of #BF8221
Black with #BF8221
Text Example
Text Example
White with #BF8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8221; }
p { color: rgb(191,130,33); }
H1.HeaderClassName
{
color: #BF8221;
}
.AnyTagClassName
{
color: #BF8221;
}
</style>
background-color css
<style>
a { background-color: #BF8221; }
a { background-color: rgb(191,130,33); }
div.DivClassName
{
background-color: #BF8221;
}
.BgClassName
{
background-color: #BF8221;
}
</style>
border-color css
<style>
span { border-color: #BF8221; }
span { border-color: rgb(191,130,33); }
td.TdClassName
{
border-color: #BF8221;
}
.TagClassName
{
border-color: #BF8221;
}
</style>