Shades of Geebung #BF8732
Tints of Geebung #BF8732
RGB
CMYK
RGB Variations
Color information
#BF8732 (or 0xBF8732) is known color: Geebung. HEX triplet: BF, 87 and 32. RGB value is (191,135,50). Sum of RGB (Red+Green+Blue) = 191+135+50=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8732 is #4078CD. Grayscale: #8E8E8E. Windows color (decimal): -4225230 or 3311551. OLE color: 3311551.
HSL color Cylindrical-coordinate representation of color #BF8732: hue angle of 36.17º 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 #BF8732 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36.17º | 0.59% | 0.47% | - |
| HSV(B) | 36.17º | 0.74% | 0.75% | - |
| XYZ | 30.73 | 28.63 | 6.93 | - |
| YUV | 142.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 50 | 0 | 0.29 | 0.74 | 0.25 | 36.17 | 0.59 | 0.47 |
| Hex | BF | 87 | 32 | 0 | 1D | 4A | 19 | 24 | 3B | 2F |
| Octal | 277 | 207 | 62 | 0 | 35 | 112 | 31 | 44 | 73 | 57 |
| Binary | 10111111 | 10000111 | 110010 | 0 | 11101 | 1001010 | 11001 | 100100 | 111011 | 101111 |
Color Harmonies of #BF8732
Complementary color
Monochromatic Colors of #BF8732
Black with #BF8732
Text Example
Text Example
White with #BF8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8732; }
p { color: rgb(191,135,50); }
H1.HeaderClassName
{
color: #BF8732;
}
.AnyTagClassName
{
color: #BF8732;
}
</style>
background-color css
<style>
a { background-color: #BF8732; }
a { background-color: rgb(191,135,50); }
div.DivClassName
{
background-color: #BF8732;
}
.BgClassName
{
background-color: #BF8732;
}
</style>
border-color css
<style>
span { border-color: #BF8732; }
span { border-color: rgb(191,135,50); }
td.TdClassName
{
border-color: #BF8732;
}
.TagClassName
{
border-color: #BF8732;
}
</style>