Shades of Geebung #BE822D
Tints of Geebung #BE822D
RGB
CMYK
RGB Variations
Color information
#BE822D (or 0xBE822D) is known color: Geebung. HEX triplet: BE, 82 and 2D. RGB value is (190,130,45). Sum of RGB (Red+Green+Blue) = 190+130+45=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE822D is #417DD2. Grayscale: #8A8A8A. Windows color (decimal): -4292051 or 2982590. OLE color: 2982590.
HSL color Cylindrical-coordinate representation of color #BE822D: hue angle of 35.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE822D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 45 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.25 |
| HSL | 35.17º | 0.62% | 0.46% | - |
| HSV(B) | 35.17º | 0.76% | 0.75% | - |
| XYZ | 29.69 | 27.1 | 6.15 | - |
| YUV | 138.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 45 | 0 | 0.32 | 0.76 | 0.25 | 35.17 | 0.62 | 0.46 |
| Hex | BE | 82 | 2D | 0 | 20 | 4C | 19 | 23 | 3E | 2E |
| Octal | 276 | 202 | 55 | 0 | 40 | 114 | 31 | 43 | 76 | 56 |
| Binary | 10111110 | 10000010 | 101101 | 0 | 100000 | 1001100 | 11001 | 100011 | 111110 | 101110 |
Color Harmonies of #BE822D
Complementary color
Monochromatic Colors of #BE822D
Black with #BE822D
Text Example
Text Example
White with #BE822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE822D; }
p { color: rgb(190,130,45); }
H1.HeaderClassName
{
color: #BE822D;
}
.AnyTagClassName
{
color: #BE822D;
}
</style>
background-color css
<style>
a { background-color: #BE822D; }
a { background-color: rgb(190,130,45); }
div.DivClassName
{
background-color: #BE822D;
}
.BgClassName
{
background-color: #BE822D;
}
</style>
border-color css
<style>
span { border-color: #BE822D; }
span { border-color: rgb(190,130,45); }
td.TdClassName
{
border-color: #BE822D;
}
.TagClassName
{
border-color: #BE822D;
}
</style>