Shades of Geebung #BE8223
Tints of Geebung #BE8223
RGB
CMYK
RGB Variations
Color information
#BE8223 (or 0xBE8223) is known color: Geebung. HEX triplet: BE, 82 and 23. RGB value is (190,130,35). Sum of RGB (Red+Green+Blue) = 190+130+35=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8223 is #417DDC. Grayscale: #898989. Windows color (decimal): -4292061 or 2327230. OLE color: 2327230.
HSL color Cylindrical-coordinate representation of color #BE8223: hue angle of 36.77º 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 #BE8223 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 35 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.25 |
| HSL | 36.77º | 0.69% | 0.44% | - |
| HSV(B) | 36.77º | 0.82% | 0.75% | - |
| XYZ | 29.52 | 27.03 | 5.25 | - |
| YUV | 137.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 35 | 0 | 0.32 | 0.82 | 0.25 | 36.77 | 0.69 | 0.44 |
| Hex | BE | 82 | 23 | 0 | 20 | 52 | 19 | 25 | 45 | 2C |
| Octal | 276 | 202 | 43 | 0 | 40 | 122 | 31 | 45 | 105 | 54 |
| Binary | 10111110 | 10000010 | 100011 | 0 | 100000 | 1010010 | 11001 | 100101 | 1000101 | 101100 |
Color Harmonies of #BE8223
Complementary color
Monochromatic Colors of #BE8223
Black with #BE8223
Text Example
Text Example
White with #BE8223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8223; }
p { color: rgb(190,130,35); }
H1.HeaderClassName
{
color: #BE8223;
}
.AnyTagClassName
{
color: #BE8223;
}
</style>
background-color css
<style>
a { background-color: #BE8223; }
a { background-color: rgb(190,130,35); }
div.DivClassName
{
background-color: #BE8223;
}
.BgClassName
{
background-color: #BE8223;
}
</style>
border-color css
<style>
span { border-color: #BE8223; }
span { border-color: rgb(190,130,35); }
td.TdClassName
{
border-color: #BE8223;
}
.TagClassName
{
border-color: #BE8223;
}
</style>