Shades of Geebung #BE852D
Tints of Geebung #BE852D
RGB
CMYK
RGB Variations
Color information
#BE852D (or 0xBE852D) is known color: Geebung. HEX triplet: BE, 85 and 2D. RGB value is (190,133,45). Sum of RGB (Red+Green+Blue) = 190+133+45=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE852D is #417AD2. Grayscale: #8C8C8C. Windows color (decimal): -4291283 or 2983358. OLE color: 2983358.
HSL color Cylindrical-coordinate representation of color #BE852D: hue angle of 36.41º 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 #BE852D is Cyan = 0, Magento = 0.3, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 45 | - |
| CMYK | 0 | 0.3 | 0.76 | 0.25 |
| HSL | 36.41º | 0.62% | 0.46% | - |
| HSV(B) | 36.41º | 0.76% | 0.75% | - |
| XYZ | 30.1 | 27.91 | 6.28 | - |
| YUV | 140.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 45 | 0 | 0.3 | 0.76 | 0.25 | 36.41 | 0.62 | 0.46 |
| Hex | BE | 85 | 2D | 0 | 1E | 4C | 19 | 24 | 3E | 2E |
| Octal | 276 | 205 | 55 | 0 | 36 | 114 | 31 | 44 | 76 | 56 |
| Binary | 10111110 | 10000101 | 101101 | 0 | 11110 | 1001100 | 11001 | 100100 | 111110 | 101110 |
Color Harmonies of #BE852D
Complementary color
Monochromatic Colors of #BE852D
Black with #BE852D
Text Example
Text Example
White with #BE852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE852D; }
p { color: rgb(190,133,45); }
H1.HeaderClassName
{
color: #BE852D;
}
.AnyTagClassName
{
color: #BE852D;
}
</style>
background-color css
<style>
a { background-color: #BE852D; }
a { background-color: rgb(190,133,45); }
div.DivClassName
{
background-color: #BE852D;
}
.BgClassName
{
background-color: #BE852D;
}
</style>
border-color css
<style>
span { border-color: #BE852D; }
span { border-color: rgb(190,133,45); }
td.TdClassName
{
border-color: #BE852D;
}
.TagClassName
{
border-color: #BE852D;
}
</style>