Shades of Geebung #BE8731
Tints of Geebung #BE8731
RGB
CMYK
RGB Variations
Color information
#BE8731 (or 0xBE8731) is known color: Geebung. HEX triplet: BE, 87 and 31. RGB value is (190,135,49). Sum of RGB (Red+Green+Blue) = 190+135+49=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8731 is #4178CE. Grayscale: #8E8E8E. Windows color (decimal): -4290767 or 3246014. OLE color: 3246014.
HSL color Cylindrical-coordinate representation of color #BE8731: hue angle of 36.6º degrees, saturation: 0.59, 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 #BE8731 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 49 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36.6º | 0.59% | 0.47% | - |
| HSV(B) | 36.6º | 0.74% | 0.75% | - |
| XYZ | 30.45 | 28.5 | 6.8 | - |
| YUV | 141.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 49 | 0 | 0.29 | 0.74 | 0.25 | 36.6 | 0.59 | 0.47 |
| Hex | BE | 87 | 31 | 0 | 1D | 4A | 19 | 25 | 3B | 2F |
| Octal | 276 | 207 | 61 | 0 | 35 | 112 | 31 | 45 | 73 | 57 |
| Binary | 10111110 | 10000111 | 110001 | 0 | 11101 | 1001010 | 11001 | 100101 | 111011 | 101111 |
Color Harmonies of #BE8731
Complementary color
Monochromatic Colors of #BE8731
Black with #BE8731
Text Example
Text Example
White with #BE8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8731; }
p { color: rgb(190,135,49); }
H1.HeaderClassName
{
color: #BE8731;
}
.AnyTagClassName
{
color: #BE8731;
}
</style>
background-color css
<style>
a { background-color: #BE8731; }
a { background-color: rgb(190,135,49); }
div.DivClassName
{
background-color: #BE8731;
}
.BgClassName
{
background-color: #BE8731;
}
</style>
border-color css
<style>
span { border-color: #BE8731; }
span { border-color: rgb(190,135,49); }
td.TdClassName
{
border-color: #BE8731;
}
.TagClassName
{
border-color: #BE8731;
}
</style>