Shades of Geebung #BF8526
Tints of Geebung #BF8526
RGB
CMYK
RGB Variations
Color information
#BF8526 (or 0xBF8526) is known color: Geebung. HEX triplet: BF, 85 and 26. RGB value is (191,133,38). Sum of RGB (Red+Green+Blue) = 191+133+38=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8526 is #407AD9. Grayscale: #8B8B8B. Windows color (decimal): -4225754 or 2524607. OLE color: 2524607.
HSL color Cylindrical-coordinate representation of color #BF8526: hue angle of 37.25º degrees, saturation: 0.67, 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 #BF8526 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 38 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.25 |
| HSL | 37.25º | 0.67% | 0.45% | - |
| HSV(B) | 37.25º | 0.8% | 0.75% | - |
| XYZ | 30.22 | 27.99 | 5.64 | - |
| YUV | 139.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 38 | 0 | 0.30 | 0.80 | 0.25 | 37.25 | 0.67 | 0.45 |
| Hex | BF | 85 | 26 | 0 | 1E | 50 | 19 | 25 | 43 | 2D |
| Octal | 277 | 205 | 46 | 0 | 36 | 120 | 31 | 45 | 103 | 55 |
| Binary | 10111111 | 10000101 | 100110 | 0 | 11110 | 1010000 | 11001 | 100101 | 1000011 | 101101 |
Color Harmonies of #BF8526
Complementary color
Monochromatic Colors of #BF8526
Black with #BF8526
Text Example
Text Example
White with #BF8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8526; }
p { color: rgb(191,133,38); }
H1.HeaderClassName
{
color: #BF8526;
}
.AnyTagClassName
{
color: #BF8526;
}
</style>
background-color css
<style>
a { background-color: #BF8526; }
a { background-color: rgb(191,133,38); }
div.DivClassName
{
background-color: #BF8526;
}
.BgClassName
{
background-color: #BF8526;
}
</style>
border-color css
<style>
span { border-color: #BF8526; }
span { border-color: rgb(191,133,38); }
td.TdClassName
{
border-color: #BF8526;
}
.TagClassName
{
border-color: #BF8526;
}
</style>