Shades of Geebung #BF842A
Tints of Geebung #BF842A
RGB
CMYK
RGB Variations
Color information
#BF842A (or 0xBF842A) is known color: Geebung. HEX triplet: BF, 84 and 2A. RGB value is (191,132,42). Sum of RGB (Red+Green+Blue) = 191+132+42=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF842A is #407BD5. Grayscale: #8B8B8B. Windows color (decimal): -4226006 or 2786495. OLE color: 2786495.
HSL color Cylindrical-coordinate representation of color #BF842A: hue angle of 36.24º 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 #BF842A is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 42 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.25 |
| HSL | 36.24º | 0.64% | 0.46% | - |
| HSV(B) | 36.24º | 0.78% | 0.75% | - |
| XYZ | 30.16 | 27.75 | 5.96 | - |
| YUV | 139.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 42 | 0 | 0.31 | 0.78 | 0.25 | 36.24 | 0.64 | 0.46 |
| Hex | BF | 84 | 2A | 0 | 1F | 4E | 19 | 24 | 40 | 2E |
| Octal | 277 | 204 | 52 | 0 | 37 | 116 | 31 | 44 | 100 | 56 |
| Binary | 10111111 | 10000100 | 101010 | 0 | 11111 | 1001110 | 11001 | 100100 | 1000000 | 101110 |
Color Harmonies of #BF842A
Complementary color
Monochromatic Colors of #BF842A
Black with #BF842A
Text Example
Text Example
White with #BF842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF842A; }
p { color: rgb(191,132,42); }
H1.HeaderClassName
{
color: #BF842A;
}
.AnyTagClassName
{
color: #BF842A;
}
</style>
background-color css
<style>
a { background-color: #BF842A; }
a { background-color: rgb(191,132,42); }
div.DivClassName
{
background-color: #BF842A;
}
.BgClassName
{
background-color: #BF842A;
}
</style>
border-color css
<style>
span { border-color: #BF842A; }
span { border-color: rgb(191,132,42); }
td.TdClassName
{
border-color: #BF842A;
}
.TagClassName
{
border-color: #BF842A;
}
</style>