Shades of Geebung #BE8328
Tints of Geebung #BE8328
RGB
CMYK
RGB Variations
Color information
#BE8328 (or 0xBE8328) is known color: Geebung. HEX triplet: BE, 83 and 28. RGB value is (190,131,40). Sum of RGB (Red+Green+Blue) = 190+131+40=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8328 is #417CD7. Grayscale: #8A8A8A. Windows color (decimal): -4291800 or 2655166. OLE color: 2655166.
HSL color Cylindrical-coordinate representation of color #BE8328: hue angle of 36.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8328 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 40 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.25 |
| HSL | 36.4º | 0.65% | 0.45% | - |
| HSV(B) | 36.4º | 0.79% | 0.75% | - |
| XYZ | 29.73 | 27.33 | 5.72 | - |
| YUV | 138.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 40 | 0 | 0.31 | 0.79 | 0.25 | 36.4 | 0.65 | 0.45 |
| Hex | BE | 83 | 28 | 0 | 1F | 4F | 19 | 24 | 41 | 2D |
| Octal | 276 | 203 | 50 | 0 | 37 | 117 | 31 | 44 | 101 | 55 |
| Binary | 10111110 | 10000011 | 101000 | 0 | 11111 | 1001111 | 11001 | 100100 | 1000001 | 101101 |
Color Harmonies of #BE8328
Complementary color
Monochromatic Colors of #BE8328
Black with #BE8328
Text Example
Text Example
White with #BE8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8328; }
p { color: rgb(190,131,40); }
H1.HeaderClassName
{
color: #BE8328;
}
.AnyTagClassName
{
color: #BE8328;
}
</style>
background-color css
<style>
a { background-color: #BE8328; }
a { background-color: rgb(190,131,40); }
div.DivClassName
{
background-color: #BE8328;
}
.BgClassName
{
background-color: #BE8328;
}
</style>
border-color css
<style>
span { border-color: #BE8328; }
span { border-color: rgb(190,131,40); }
td.TdClassName
{
border-color: #BE8328;
}
.TagClassName
{
border-color: #BE8328;
}
</style>