Shades of Geebung #BE8632
Tints of Geebung #BE8632
RGB
CMYK
RGB Variations
Color information
#BE8632 (or 0xBE8632) is known color: Geebung. HEX triplet: BE, 86 and 32. RGB value is (190,134,50). Sum of RGB (Red+Green+Blue) = 190+134+50=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8632 is #4179CD. Grayscale: #8D8D8D. Windows color (decimal): -4291022 or 3311294. OLE color: 3311294.
HSL color Cylindrical-coordinate representation of color #BE8632: hue angle of 36º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE8632 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36º | 0.58% | 0.47% | - |
| HSV(B) | 36º | 0.74% | 0.75% | - |
| XYZ | 30.34 | 28.23 | 6.87 | - |
| YUV | 141.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 50 | 0 | 0.29 | 0.74 | 0.25 | 36 | 0.58 | 0.47 |
| Hex | BE | 86 | 32 | 0 | 1D | 4A | 19 | 24 | 3A | 2F |
| Octal | 276 | 206 | 62 | 0 | 35 | 112 | 31 | 44 | 72 | 57 |
| Binary | 10111110 | 10000110 | 110010 | 0 | 11101 | 1001010 | 11001 | 100100 | 111010 | 101111 |
Color Harmonies of #BE8632
Complementary color
Monochromatic Colors of #BE8632
Black with #BE8632
Text Example
Text Example
White with #BE8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8632; }
p { color: rgb(190,134,50); }
H1.HeaderClassName
{
color: #BE8632;
}
.AnyTagClassName
{
color: #BE8632;
}
</style>
background-color css
<style>
a { background-color: #BE8632; }
a { background-color: rgb(190,134,50); }
div.DivClassName
{
background-color: #BE8632;
}
.BgClassName
{
background-color: #BE8632;
}
</style>
border-color css
<style>
span { border-color: #BE8632; }
span { border-color: rgb(190,134,50); }
td.TdClassName
{
border-color: #BE8632;
}
.TagClassName
{
border-color: #BE8632;
}
</style>