Shades of Geebung #BF8627
Tints of Geebung #BF8627
RGB
CMYK
RGB Variations
Color information
#BF8627 (or 0xBF8627) is known color: Geebung. HEX triplet: BF, 86 and 27. RGB value is (191,134,39). Sum of RGB (Red+Green+Blue) = 191+134+39=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8627 is #4079D8. Grayscale: #8C8C8C. Windows color (decimal): -4225497 or 2590399. OLE color: 2590399.
HSL color Cylindrical-coordinate representation of color #BF8627: hue angle of 37.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8627 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 39 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.25 |
| HSL | 37.5º | 0.66% | 0.45% | - |
| HSV(B) | 37.5º | 0.8% | 0.75% | - |
| XYZ | 30.38 | 28.27 | 5.78 | - |
| YUV | 140.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 39 | 0 | 0.30 | 0.80 | 0.25 | 37.5 | 0.66 | 0.45 |
| Hex | BF | 86 | 27 | 0 | 1E | 50 | 19 | 26 | 42 | 2D |
| Octal | 277 | 206 | 47 | 0 | 36 | 120 | 31 | 46 | 102 | 55 |
| Binary | 10111111 | 10000110 | 100111 | 0 | 11110 | 1010000 | 11001 | 100110 | 1000010 | 101101 |
Color Harmonies of #BF8627
Complementary color
Monochromatic Colors of #BF8627
Black with #BF8627
Text Example
Text Example
White with #BF8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8627; }
p { color: rgb(191,134,39); }
H1.HeaderClassName
{
color: #BF8627;
}
.AnyTagClassName
{
color: #BF8627;
}
</style>
background-color css
<style>
a { background-color: #BF8627; }
a { background-color: rgb(191,134,39); }
div.DivClassName
{
background-color: #BF8627;
}
.BgClassName
{
background-color: #BF8627;
}
</style>
border-color css
<style>
span { border-color: #BF8627; }
span { border-color: rgb(191,134,39); }
td.TdClassName
{
border-color: #BF8627;
}
.TagClassName
{
border-color: #BF8627;
}
</style>