Shades of Geebung #BF8521
Tints of Geebung #BF8521
RGB
CMYK
RGB Variations
Color information
#BF8521 (or 0xBF8521) is known color: Geebung. HEX triplet: BF, 85 and 21. RGB value is (191,133,33). Sum of RGB (Red+Green+Blue) = 191+133+33=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8521 is #407ADE. Grayscale: #8B8B8B. Windows color (decimal): -4225759 or 2196927. OLE color: 2196927.
HSL color Cylindrical-coordinate representation of color #BF8521: hue angle of 37.97º 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 #BF8521 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 33 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.25 |
| HSL | 37.97º | 0.71% | 0.44% | - |
| HSV(B) | 37.97º | 0.83% | 0.75% | - |
| XYZ | 30.15 | 27.96 | 5.25 | - |
| YUV | 138.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 33 | 0 | 0.30 | 0.83 | 0.25 | 37.97 | 0.71 | 0.44 |
| Hex | BF | 85 | 21 | 0 | 1E | 53 | 19 | 26 | 47 | 2C |
| Octal | 277 | 205 | 41 | 0 | 36 | 123 | 31 | 46 | 107 | 54 |
| Binary | 10111111 | 10000101 | 100001 | 0 | 11110 | 1010011 | 11001 | 100110 | 1000111 | 101100 |
Color Harmonies of #BF8521
Complementary color
Monochromatic Colors of #BF8521
Black with #BF8521
Text Example
Text Example
White with #BF8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8521; }
p { color: rgb(191,133,33); }
H1.HeaderClassName
{
color: #BF8521;
}
.AnyTagClassName
{
color: #BF8521;
}
</style>
background-color css
<style>
a { background-color: #BF8521; }
a { background-color: rgb(191,133,33); }
div.DivClassName
{
background-color: #BF8521;
}
.BgClassName
{
background-color: #BF8521;
}
</style>
border-color css
<style>
span { border-color: #BF8521; }
span { border-color: rgb(191,133,33); }
td.TdClassName
{
border-color: #BF8521;
}
.TagClassName
{
border-color: #BF8521;
}
</style>