Shades of Geebung #BF7D33
Tints of Geebung #BF7D33
RGB
CMYK
RGB Variations
Color information
#BF7D33 (or 0xBF7D33) is known color: Geebung. HEX triplet: BF, 7D and 33. RGB value is (191,125,51). Sum of RGB (Red+Green+Blue) = 191+125+51=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D33 is #4082CC. Grayscale: #888888. Windows color (decimal): -4227789 or 3374527. OLE color: 3374527.
HSL color Cylindrical-coordinate representation of color #BF7D33: hue angle of 31.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF7D33 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 51 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.25 |
| HSL | 31.71º | 0.58% | 0.47% | - |
| HSV(B) | 31.71º | 0.73% | 0.75% | - |
| XYZ | 29.42 | 25.98 | 6.6 | - |
| YUV | 136.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 51 | 0 | 0.35 | 0.73 | 0.25 | 31.71 | 0.58 | 0.47 |
| Hex | BF | 7D | 33 | 0 | 23 | 49 | 19 | 20 | 3A | 2F |
| Octal | 277 | 175 | 63 | 0 | 43 | 111 | 31 | 40 | 72 | 57 |
| Binary | 10111111 | 1111101 | 110011 | 0 | 100011 | 1001001 | 11001 | 100000 | 111010 | 101111 |
Color Harmonies of #BF7D33
Complementary color
Monochromatic Colors of #BF7D33
Black with #BF7D33
Text Example
Text Example
White with #BF7D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D33; }
p { color: rgb(191,125,51); }
H1.HeaderClassName
{
color: #BF7D33;
}
.AnyTagClassName
{
color: #BF7D33;
}
</style>
background-color css
<style>
a { background-color: #BF7D33; }
a { background-color: rgb(191,125,51); }
div.DivClassName
{
background-color: #BF7D33;
}
.BgClassName
{
background-color: #BF7D33;
}
</style>
border-color css
<style>
span { border-color: #BF7D33; }
span { border-color: rgb(191,125,51); }
td.TdClassName
{
border-color: #BF7D33;
}
.TagClassName
{
border-color: #BF7D33;
}
</style>