Shades of Geebung #BF7D32
Tints of Geebung #BF7D32
RGB
CMYK
RGB Variations
Color information
#BF7D32 (or 0xBF7D32) is known color: Geebung. HEX triplet: BF, 7D and 32. RGB value is (191,125,50). Sum of RGB (Red+Green+Blue) = 191+125+50=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D32 is #4082CD. Grayscale: #888888. Windows color (decimal): -4227790 or 3308991. OLE color: 3308991.
HSL color Cylindrical-coordinate representation of color #BF7D32: hue angle of 31.91º 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 #BF7D32 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 50 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.25 |
| HSL | 31.91º | 0.59% | 0.47% | - |
| HSV(B) | 31.91º | 0.74% | 0.75% | - |
| XYZ | 29.4 | 25.97 | 6.48 | - |
| YUV | 136.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 50 | 0 | 0.35 | 0.74 | 0.25 | 31.91 | 0.59 | 0.47 |
| Hex | BF | 7D | 32 | 0 | 23 | 4A | 19 | 20 | 3B | 2F |
| Octal | 277 | 175 | 62 | 0 | 43 | 112 | 31 | 40 | 73 | 57 |
| Binary | 10111111 | 1111101 | 110010 | 0 | 100011 | 1001010 | 11001 | 100000 | 111011 | 101111 |
Color Harmonies of #BF7D32
Complementary color
Monochromatic Colors of #BF7D32
Black with #BF7D32
Text Example
Text Example
White with #BF7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D32; }
p { color: rgb(191,125,50); }
H1.HeaderClassName
{
color: #BF7D32;
}
.AnyTagClassName
{
color: #BF7D32;
}
</style>
background-color css
<style>
a { background-color: #BF7D32; }
a { background-color: rgb(191,125,50); }
div.DivClassName
{
background-color: #BF7D32;
}
.BgClassName
{
background-color: #BF7D32;
}
</style>
border-color css
<style>
span { border-color: #BF7D32; }
span { border-color: rgb(191,125,50); }
td.TdClassName
{
border-color: #BF7D32;
}
.TagClassName
{
border-color: #BF7D32;
}
</style>