Shades of Geebung #BF7F33
Tints of Geebung #BF7F33
RGB
CMYK
RGB Variations
Color information
#BF7F33 (or 0xBF7F33) is known color: Geebung. HEX triplet: BF, 7F and 33. RGB value is (191,127,51). Sum of RGB (Red+Green+Blue) = 191+127+51=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F33 is #4080CC. Grayscale: #898989. Windows color (decimal): -4227277 or 3375039. OLE color: 3375039.
HSL color Cylindrical-coordinate representation of color #BF7F33: hue angle of 32.57º 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 #BF7F33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 51 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.25 |
| HSL | 32.57º | 0.58% | 0.47% | - |
| HSV(B) | 32.57º | 0.73% | 0.75% | - |
| XYZ | 29.67 | 26.49 | 6.68 | - |
| YUV | 137.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 51 | 0 | 0.34 | 0.73 | 0.25 | 32.57 | 0.58 | 0.47 |
| Hex | BF | 7F | 33 | 0 | 22 | 49 | 19 | 21 | 3A | 2F |
| Octal | 277 | 177 | 63 | 0 | 42 | 111 | 31 | 41 | 72 | 57 |
| Binary | 10111111 | 1111111 | 110011 | 0 | 100010 | 1001001 | 11001 | 100001 | 111010 | 101111 |
Color Harmonies of #BF7F33
Complementary color
Monochromatic Colors of #BF7F33
Black with #BF7F33
Text Example
Text Example
White with #BF7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F33; }
p { color: rgb(191,127,51); }
H1.HeaderClassName
{
color: #BF7F33;
}
.AnyTagClassName
{
color: #BF7F33;
}
</style>
background-color css
<style>
a { background-color: #BF7F33; }
a { background-color: rgb(191,127,51); }
div.DivClassName
{
background-color: #BF7F33;
}
.BgClassName
{
background-color: #BF7F33;
}
</style>
border-color css
<style>
span { border-color: #BF7F33; }
span { border-color: rgb(191,127,51); }
td.TdClassName
{
border-color: #BF7F33;
}
.TagClassName
{
border-color: #BF7F33;
}
</style>