Shades of Geebung #BF8534
Tints of Geebung #BF8534
RGB
CMYK
RGB Variations
Color information
#BF8534 (or 0xBF8534) is known color: Geebung. HEX triplet: BF, 85 and 34. RGB value is (191,133,52). Sum of RGB (Red+Green+Blue) = 191+133+52=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8534 is #407ACB. Grayscale: #8D8D8D. Windows color (decimal): -4225740 or 3442111. OLE color: 3442111.
HSL color Cylindrical-coordinate representation of color #BF8534: hue angle of 34.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF8534 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 52 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.25 |
| HSL | 34.96º | 0.57% | 0.48% | - |
| HSV(B) | 34.96º | 0.73% | 0.75% | - |
| XYZ | 30.49 | 28.1 | 7.07 | - |
| YUV | 141.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 52 | 0 | 0.30 | 0.73 | 0.25 | 34.96 | 0.57 | 0.48 |
| Hex | BF | 85 | 34 | 0 | 1E | 49 | 19 | 23 | 39 | 30 |
| Octal | 277 | 205 | 64 | 0 | 36 | 111 | 31 | 43 | 71 | 60 |
| Binary | 10111111 | 10000101 | 110100 | 0 | 11110 | 1001001 | 11001 | 100011 | 111001 | 110000 |
Color Harmonies of #BF8534
Complementary color
Monochromatic Colors of #BF8534
Black with #BF8534
Text Example
Text Example
White with #BF8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8534; }
p { color: rgb(191,133,52); }
H1.HeaderClassName
{
color: #BF8534;
}
.AnyTagClassName
{
color: #BF8534;
}
</style>
background-color css
<style>
a { background-color: #BF8534; }
a { background-color: rgb(191,133,52); }
div.DivClassName
{
background-color: #BF8534;
}
.BgClassName
{
background-color: #BF8534;
}
</style>
border-color css
<style>
span { border-color: #BF8534; }
span { border-color: rgb(191,133,52); }
td.TdClassName
{
border-color: #BF8534;
}
.TagClassName
{
border-color: #BF8534;
}
</style>