Shades of Geebung #BE872C
Tints of Geebung #BE872C
RGB
CMYK
RGB Variations
Color information
#BE872C (or 0xBE872C) is known color: Geebung. HEX triplet: BE, 87 and 2C. RGB value is (190,135,44). Sum of RGB (Red+Green+Blue) = 190+135+44=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE872C is #4178D3. Grayscale: #8D8D8D. Windows color (decimal): -4290772 or 2918334. OLE color: 2918334.
HSL color Cylindrical-coordinate representation of color #BE872C: hue angle of 37.4º degrees, saturation: 0.62, 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 #BE872C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.25 |
| HSL | 37.4º | 0.62% | 0.46% | - |
| HSV(B) | 37.4º | 0.77% | 0.75% | - |
| XYZ | 30.35 | 28.46 | 6.28 | - |
| YUV | 141.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 44 | 0 | 0.29 | 0.77 | 0.25 | 37.4 | 0.62 | 0.46 |
| Hex | BE | 87 | 2C | 0 | 1D | 4D | 19 | 25 | 3E | 2E |
| Octal | 276 | 207 | 54 | 0 | 35 | 115 | 31 | 45 | 76 | 56 |
| Binary | 10111110 | 10000111 | 101100 | 0 | 11101 | 1001101 | 11001 | 100101 | 111110 | 101110 |
Color Harmonies of #BE872C
Complementary color
Monochromatic Colors of #BE872C
Black with #BE872C
Text Example
Text Example
White with #BE872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE872C; }
p { color: rgb(190,135,44); }
H1.HeaderClassName
{
color: #BE872C;
}
.AnyTagClassName
{
color: #BE872C;
}
</style>
background-color css
<style>
a { background-color: #BE872C; }
a { background-color: rgb(190,135,44); }
div.DivClassName
{
background-color: #BE872C;
}
.BgClassName
{
background-color: #BE872C;
}
</style>
border-color css
<style>
span { border-color: #BE872C; }
span { border-color: rgb(190,135,44); }
td.TdClassName
{
border-color: #BE872C;
}
.TagClassName
{
border-color: #BE872C;
}
</style>