Shades of Geebung #BE882B
Tints of Geebung #BE882B
RGB
CMYK
RGB Variations
Color information
#BE882B (or 0xBE882B) is known color: Geebung. HEX triplet: BE, 88 and 2B. RGB value is (190,136,43). Sum of RGB (Red+Green+Blue) = 190+136+43=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE882B is #4177D4. Grayscale: #8D8D8D. Windows color (decimal): -4290517 or 2853054. OLE color: 2853054.
HSL color Cylindrical-coordinate representation of color #BE882B: hue angle of 37.96º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE882B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.25 |
| HSL | 37.96º | 0.63% | 0.46% | - |
| HSV(B) | 37.96º | 0.77% | 0.75% | - |
| XYZ | 30.48 | 28.73 | 6.22 | - |
| YUV | 141.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 43 | 0 | 0.28 | 0.77 | 0.25 | 37.96 | 0.63 | 0.46 |
| Hex | BE | 88 | 2B | 0 | 1C | 4D | 19 | 26 | 3F | 2E |
| Octal | 276 | 210 | 53 | 0 | 34 | 115 | 31 | 46 | 77 | 56 |
| Binary | 10111110 | 10001000 | 101011 | 0 | 11100 | 1001101 | 11001 | 100110 | 111111 | 101110 |
Color Harmonies of #BE882B
Complementary color
Monochromatic Colors of #BE882B
Black with #BE882B
Text Example
Text Example
White with #BE882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE882B; }
p { color: rgb(190,136,43); }
H1.HeaderClassName
{
color: #BE882B;
}
.AnyTagClassName
{
color: #BE882B;
}
</style>
background-color css
<style>
a { background-color: #BE882B; }
a { background-color: rgb(190,136,43); }
div.DivClassName
{
background-color: #BE882B;
}
.BgClassName
{
background-color: #BE882B;
}
</style>
border-color css
<style>
span { border-color: #BE882B; }
span { border-color: rgb(190,136,43); }
td.TdClassName
{
border-color: #BE882B;
}
.TagClassName
{
border-color: #BE882B;
}
</style>