Shades of Geebung #BF8731
Tints of Geebung #BF8731
RGB
CMYK
RGB Variations
Color information
#BF8731 (or 0xBF8731) is known color: Geebung. HEX triplet: BF, 87 and 31. RGB value is (191,135,49). Sum of RGB (Red+Green+Blue) = 191+135+49=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8731 is #4078CE. Grayscale: #8E8E8E. Windows color (decimal): -4225231 or 3246015. OLE color: 3246015.
HSL color Cylindrical-coordinate representation of color #BF8731: hue angle of 36.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF8731 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 49 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36.34º | 0.59% | 0.47% | - |
| HSV(B) | 36.34º | 0.74% | 0.75% | - |
| XYZ | 30.7 | 28.63 | 6.81 | - |
| YUV | 141.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 49 | 0 | 0.29 | 0.74 | 0.25 | 36.34 | 0.59 | 0.47 |
| Hex | BF | 87 | 31 | 0 | 1D | 4A | 19 | 24 | 3B | 2F |
| Octal | 277 | 207 | 61 | 0 | 35 | 112 | 31 | 44 | 73 | 57 |
| Binary | 10111111 | 10000111 | 110001 | 0 | 11101 | 1001010 | 11001 | 100100 | 111011 | 101111 |
Color Harmonies of #BF8731
Complementary color
Monochromatic Colors of #BF8731
Black with #BF8731
Text Example
Text Example
White with #BF8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8731; }
p { color: rgb(191,135,49); }
H1.HeaderClassName
{
color: #BF8731;
}
.AnyTagClassName
{
color: #BF8731;
}
</style>
background-color css
<style>
a { background-color: #BF8731; }
a { background-color: rgb(191,135,49); }
div.DivClassName
{
background-color: #BF8731;
}
.BgClassName
{
background-color: #BF8731;
}
</style>
border-color css
<style>
span { border-color: #BF8731; }
span { border-color: rgb(191,135,49); }
td.TdClassName
{
border-color: #BF8731;
}
.TagClassName
{
border-color: #BF8731;
}
</style>