Shades of Geebung #BF8434
Tints of Geebung #BF8434
RGB
CMYK
RGB Variations
Color information
#BF8434 (or 0xBF8434) is known color: Geebung. HEX triplet: BF, 84 and 34. RGB value is (191,132,52). Sum of RGB (Red+Green+Blue) = 191+132+52=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8434 is #407BCB. Grayscale: #8C8C8C. Windows color (decimal): -4225996 or 3441855. OLE color: 3441855.
HSL color Cylindrical-coordinate representation of color #BF8434: hue angle of 34.53º 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 #BF8434 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 52 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.25 |
| HSL | 34.53º | 0.57% | 0.48% | - |
| HSV(B) | 34.53º | 0.73% | 0.75% | - |
| XYZ | 30.36 | 27.83 | 7.02 | - |
| YUV | 140.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 52 | 0 | 0.31 | 0.73 | 0.25 | 34.53 | 0.57 | 0.48 |
| Hex | BF | 84 | 34 | 0 | 1F | 49 | 19 | 23 | 39 | 30 |
| Octal | 277 | 204 | 64 | 0 | 37 | 111 | 31 | 43 | 71 | 60 |
| Binary | 10111111 | 10000100 | 110100 | 0 | 11111 | 1001001 | 11001 | 100011 | 111001 | 110000 |
Color Harmonies of #BF8434
Complementary color
Monochromatic Colors of #BF8434
Black with #BF8434
Text Example
Text Example
White with #BF8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8434; }
p { color: rgb(191,132,52); }
H1.HeaderClassName
{
color: #BF8434;
}
.AnyTagClassName
{
color: #BF8434;
}
</style>
background-color css
<style>
a { background-color: #BF8434; }
a { background-color: rgb(191,132,52); }
div.DivClassName
{
background-color: #BF8434;
}
.BgClassName
{
background-color: #BF8434;
}
</style>
border-color css
<style>
span { border-color: #BF8434; }
span { border-color: rgb(191,132,52); }
td.TdClassName
{
border-color: #BF8434;
}
.TagClassName
{
border-color: #BF8434;
}
</style>