Shades of Geebung #BE8330
Tints of Geebung #BE8330
RGB
CMYK
RGB Variations
Color information
#BE8330 (or 0xBE8330) is known color: Geebung. HEX triplet: BE, 83 and 30. RGB value is (190,131,48). Sum of RGB (Red+Green+Blue) = 190+131+48=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8330 is #417CCF. Grayscale: #8B8B8B. Windows color (decimal): -4291792 or 3179454. OLE color: 3179454.
HSL color Cylindrical-coordinate representation of color #BE8330: hue angle of 35.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE8330 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 48 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.25 |
| HSL | 35.07º | 0.6% | 0.47% | - |
| HSV(B) | 35.07º | 0.75% | 0.75% | - |
| XYZ | 29.89 | 27.39 | 6.51 | - |
| YUV | 139.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 48 | 0 | 0.31 | 0.75 | 0.25 | 35.07 | 0.6 | 0.47 |
| Hex | BE | 83 | 30 | 0 | 1F | 4B | 19 | 23 | 3C | 2F |
| Octal | 276 | 203 | 60 | 0 | 37 | 113 | 31 | 43 | 74 | 57 |
| Binary | 10111110 | 10000011 | 110000 | 0 | 11111 | 1001011 | 11001 | 100011 | 111100 | 101111 |
Color Harmonies of #BE8330
Complementary color
Monochromatic Colors of #BE8330
Black with #BE8330
Text Example
Text Example
White with #BE8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8330; }
p { color: rgb(190,131,48); }
H1.HeaderClassName
{
color: #BE8330;
}
.AnyTagClassName
{
color: #BE8330;
}
</style>
background-color css
<style>
a { background-color: #BE8330; }
a { background-color: rgb(190,131,48); }
div.DivClassName
{
background-color: #BE8330;
}
.BgClassName
{
background-color: #BE8330;
}
</style>
border-color css
<style>
span { border-color: #BE8330; }
span { border-color: rgb(190,131,48); }
td.TdClassName
{
border-color: #BE8330;
}
.TagClassName
{
border-color: #BE8330;
}
</style>