Shades of Geebung #BE8423
Tints of Geebung #BE8423
RGB
CMYK
RGB Variations
Color information
#BE8423 (or 0xBE8423) is known color: Geebung. HEX triplet: BE, 84 and 23. RGB value is (190,132,35). Sum of RGB (Red+Green+Blue) = 190+132+35=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8423 is #417BDC. Grayscale: #8A8A8A. Windows color (decimal): -4291549 or 2327742. OLE color: 2327742.
HSL color Cylindrical-coordinate representation of color #BE8423: hue angle of 37.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE8423 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 35 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.25 |
| HSL | 37.55º | 0.69% | 0.44% | - |
| HSV(B) | 37.55º | 0.82% | 0.75% | - |
| XYZ | 29.79 | 27.57 | 5.34 | - |
| YUV | 138.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 35 | 0 | 0.31 | 0.82 | 0.25 | 37.55 | 0.69 | 0.44 |
| Hex | BE | 84 | 23 | 0 | 1F | 52 | 19 | 26 | 45 | 2C |
| Octal | 276 | 204 | 43 | 0 | 37 | 122 | 31 | 46 | 105 | 54 |
| Binary | 10111110 | 10000100 | 100011 | 0 | 11111 | 1010010 | 11001 | 100110 | 1000101 | 101100 |
Color Harmonies of #BE8423
Complementary color
Monochromatic Colors of #BE8423
Black with #BE8423
Text Example
Text Example
White with #BE8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8423; }
p { color: rgb(190,132,35); }
H1.HeaderClassName
{
color: #BE8423;
}
.AnyTagClassName
{
color: #BE8423;
}
</style>
background-color css
<style>
a { background-color: #BE8423; }
a { background-color: rgb(190,132,35); }
div.DivClassName
{
background-color: #BE8423;
}
.BgClassName
{
background-color: #BE8423;
}
</style>
border-color css
<style>
span { border-color: #BE8423; }
span { border-color: rgb(190,132,35); }
td.TdClassName
{
border-color: #BE8423;
}
.TagClassName
{
border-color: #BE8423;
}
</style>