Shades of Geebung #BF7E34
Tints of Geebung #BF7E34
RGB
CMYK
RGB Variations
Color information
#BF7E34 (or 0xBF7E34) is known color: Geebung. HEX triplet: BF, 7E and 34. RGB value is (191,126,52). Sum of RGB (Red+Green+Blue) = 191+126+52=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E34 is #4081CB. Grayscale: #898989. Windows color (decimal): -4227532 or 3440319. OLE color: 3440319.
HSL color Cylindrical-coordinate representation of color #BF7E34: hue angle of 31.94º 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 #BF7E34 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 52 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.25 |
| HSL | 31.94º | 0.57% | 0.48% | - |
| HSV(B) | 31.94º | 0.73% | 0.75% | - |
| XYZ | 29.57 | 26.25 | 6.76 | - |
| YUV | 137 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 52 | 0 | 0.34 | 0.73 | 0.25 | 31.94 | 0.57 | 0.48 |
| Hex | BF | 7E | 34 | 0 | 22 | 49 | 19 | 20 | 39 | 30 |
| Octal | 277 | 176 | 64 | 0 | 42 | 111 | 31 | 40 | 71 | 60 |
| Binary | 10111111 | 1111110 | 110100 | 0 | 100010 | 1001001 | 11001 | 100000 | 111001 | 110000 |
Color Harmonies of #BF7E34
Complementary color
Monochromatic Colors of #BF7E34
Black with #BF7E34
Text Example
Text Example
White with #BF7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E34; }
p { color: rgb(191,126,52); }
H1.HeaderClassName
{
color: #BF7E34;
}
.AnyTagClassName
{
color: #BF7E34;
}
</style>
background-color css
<style>
a { background-color: #BF7E34; }
a { background-color: rgb(191,126,52); }
div.DivClassName
{
background-color: #BF7E34;
}
.BgClassName
{
background-color: #BF7E34;
}
</style>
border-color css
<style>
span { border-color: #BF7E34; }
span { border-color: rgb(191,126,52); }
td.TdClassName
{
border-color: #BF7E34;
}
.TagClassName
{
border-color: #BF7E34;
}
</style>