Shades of Geebung #BF802C
Tints of Geebung #BF802C
RGB
CMYK
RGB Variations
Color information
#BF802C (or 0xBF802C) is known color: Geebung. HEX triplet: BF, 80 and 2C. RGB value is (191,128,44). Sum of RGB (Red+Green+Blue) = 191+128+44=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF802C is #407FD3. Grayscale: #898989. Windows color (decimal): -4227028 or 2916543. OLE color: 2916543.
HSL color Cylindrical-coordinate representation of color #BF802C: hue angle of 34.29º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF802C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 44 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.25 |
| HSL | 34.29º | 0.63% | 0.46% | - |
| HSV(B) | 34.29º | 0.77% | 0.75% | - |
| XYZ | 29.66 | 26.7 | 5.97 | - |
| YUV | 137.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 44 | 0 | 0.33 | 0.77 | 0.25 | 34.29 | 0.63 | 0.46 |
| Hex | BF | 80 | 2C | 0 | 21 | 4D | 19 | 22 | 3F | 2E |
| Octal | 277 | 200 | 54 | 0 | 41 | 115 | 31 | 42 | 77 | 56 |
| Binary | 10111111 | 10000000 | 101100 | 0 | 100001 | 1001101 | 11001 | 100010 | 111111 | 101110 |
Color Harmonies of #BF802C
Complementary color
Monochromatic Colors of #BF802C
Black with #BF802C
Text Example
Text Example
White with #BF802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF802C; }
p { color: rgb(191,128,44); }
H1.HeaderClassName
{
color: #BF802C;
}
.AnyTagClassName
{
color: #BF802C;
}
</style>
background-color css
<style>
a { background-color: #BF802C; }
a { background-color: rgb(191,128,44); }
div.DivClassName
{
background-color: #BF802C;
}
.BgClassName
{
background-color: #BF802C;
}
</style>
border-color css
<style>
span { border-color: #BF802C; }
span { border-color: rgb(191,128,44); }
td.TdClassName
{
border-color: #BF802C;
}
.TagClassName
{
border-color: #BF802C;
}
</style>