Shades of Geebung #BE8229
Tints of Geebung #BE8229
RGB
CMYK
RGB Variations
Color information
#BE8229 (or 0xBE8229) is known color: Geebung. HEX triplet: BE, 82 and 29. RGB value is (190,130,41). Sum of RGB (Red+Green+Blue) = 190+130+41=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8229 is #417DD6. Grayscale: #8A8A8A. Windows color (decimal): -4292055 or 2720446. OLE color: 2720446.
HSL color Cylindrical-coordinate representation of color #BE8229: hue angle of 35.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE8229 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 41 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.25 |
| HSL | 35.84º | 0.65% | 0.45% | - |
| HSV(B) | 35.84º | 0.78% | 0.75% | - |
| XYZ | 29.62 | 27.07 | 5.76 | - |
| YUV | 137.79 | 73.38 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 41 | 0 | 0.32 | 0.78 | 0.25 | 35.84 | 0.65 | 0.45 |
| Hex | BE | 82 | 29 | 0 | 20 | 4E | 19 | 24 | 41 | 2D |
| Octal | 276 | 202 | 51 | 0 | 40 | 116 | 31 | 44 | 101 | 55 |
| Binary | 10111110 | 10000010 | 101001 | 0 | 100000 | 1001110 | 11001 | 100100 | 1000001 | 101101 |
Color Harmonies of #BE8229
Complementary color
Monochromatic Colors of #BE8229
Black with #BE8229
Text Example
Text Example
White with #BE8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8229; }
p { color: rgb(190,130,41); }
H1.HeaderClassName
{
color: #BE8229;
}
.AnyTagClassName
{
color: #BE8229;
}
</style>
background-color css
<style>
a { background-color: #BE8229; }
a { background-color: rgb(190,130,41); }
div.DivClassName
{
background-color: #BE8229;
}
.BgClassName
{
background-color: #BE8229;
}
</style>
border-color css
<style>
span { border-color: #BE8229; }
span { border-color: rgb(190,130,41); }
td.TdClassName
{
border-color: #BE8229;
}
.TagClassName
{
border-color: #BE8229;
}
</style>