Shades of Geebung #BF862A
Tints of Geebung #BF862A
RGB
CMYK
RGB Variations
Color information
#BF862A (or 0xBF862A) is known color: Geebung. HEX triplet: BF, 86 and 2A. RGB value is (191,134,42). Sum of RGB (Red+Green+Blue) = 191+134+42=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF862A is #4079D5. Grayscale: #8C8C8C. Windows color (decimal): -4225494 or 2787007. OLE color: 2787007.
HSL color Cylindrical-coordinate representation of color #BF862A: hue angle of 37.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF862A is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 42 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.25 |
| HSL | 37.05º | 0.64% | 0.46% | - |
| HSV(B) | 37.05º | 0.78% | 0.75% | - |
| XYZ | 30.43 | 28.29 | 6.05 | - |
| YUV | 140.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 42 | 0 | 0.30 | 0.78 | 0.25 | 37.05 | 0.64 | 0.46 |
| Hex | BF | 86 | 2A | 0 | 1E | 4E | 19 | 25 | 40 | 2E |
| Octal | 277 | 206 | 52 | 0 | 36 | 116 | 31 | 45 | 100 | 56 |
| Binary | 10111111 | 10000110 | 101010 | 0 | 11110 | 1001110 | 11001 | 100101 | 1000000 | 101110 |
Color Harmonies of #BF862A
Complementary color
Monochromatic Colors of #BF862A
Black with #BF862A
Text Example
Text Example
White with #BF862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF862A; }
p { color: rgb(191,134,42); }
H1.HeaderClassName
{
color: #BF862A;
}
.AnyTagClassName
{
color: #BF862A;
}
</style>
background-color css
<style>
a { background-color: #BF862A; }
a { background-color: rgb(191,134,42); }
div.DivClassName
{
background-color: #BF862A;
}
.BgClassName
{
background-color: #BF862A;
}
</style>
border-color css
<style>
span { border-color: #BF862A; }
span { border-color: rgb(191,134,42); }
td.TdClassName
{
border-color: #BF862A;
}
.TagClassName
{
border-color: #BF862A;
}
</style>