Shades of Geebung #BE802A
Tints of Geebung #BE802A
RGB
CMYK
RGB Variations
Color information
#BE802A (or 0xBE802A) is known color: Geebung. HEX triplet: BE, 80 and 2A. RGB value is (190,128,42). Sum of RGB (Red+Green+Blue) = 190+128+42=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE802A is #417FD5. Grayscale: #898989. Windows color (decimal): -4292566 or 2785470. OLE color: 2785470.
HSL color Cylindrical-coordinate representation of color #BE802A: hue angle of 34.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE802A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 42 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.25 |
| HSL | 34.86º | 0.64% | 0.45% | - |
| HSV(B) | 34.86º | 0.78% | 0.75% | - |
| XYZ | 29.37 | 26.55 | 5.77 | - |
| YUV | 136.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 42 | 0 | 0.33 | 0.78 | 0.25 | 34.86 | 0.64 | 0.45 |
| Hex | BE | 80 | 2A | 0 | 21 | 4E | 19 | 23 | 40 | 2D |
| Octal | 276 | 200 | 52 | 0 | 41 | 116 | 31 | 43 | 100 | 55 |
| Binary | 10111110 | 10000000 | 101010 | 0 | 100001 | 1001110 | 11001 | 100011 | 1000000 | 101101 |
Color Harmonies of #BE802A
Complementary color
Monochromatic Colors of #BE802A
Black with #BE802A
Text Example
Text Example
White with #BE802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE802A; }
p { color: rgb(190,128,42); }
H1.HeaderClassName
{
color: #BE802A;
}
.AnyTagClassName
{
color: #BE802A;
}
</style>
background-color css
<style>
a { background-color: #BE802A; }
a { background-color: rgb(190,128,42); }
div.DivClassName
{
background-color: #BE802A;
}
.BgClassName
{
background-color: #BE802A;
}
</style>
border-color css
<style>
span { border-color: #BE802A; }
span { border-color: rgb(190,128,42); }
td.TdClassName
{
border-color: #BE802A;
}
.TagClassName
{
border-color: #BE802A;
}
</style>