#BE802E

Color #BE802E Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #BE802E

Tints of Geebung #BE802E

Color information

#BE802E (or 0xBE802E) is unknown color: approx Geebung. HEX triplet: BE, 80 and 2E. RGB value is (190,128,46). Sum of RGB (Red+Green+Blue) = 190+128+46=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE802E is #417FD1. Grayscale: #898989. Windows color (decimal): -4292562 or 3047614. OLE color: 3047614.

HSL color Cylindrical-coordinate representation of color #BE802E: hue angle of 34.17º degrees, saturation: 0.61, 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 #BE802E is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19012846-
CMYK00.330.760.25
HSL34.17º61.02%46.27%-
HSV(B)34.17º75.79%74.51%-
XYZ29.4526.586.16-
YUV137.1976.54165.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=52.20%
G=35.16%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901284600.330.760.2534.1761.0246.27
HexBE802E0214C19223d2e
Octal2762005604111431427556
Binary10111110100000001011100100001100110011001100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE802E; }

 p { color: rgb(190,128,46); }

 H1.HeaderClassName
 {
   color: #BE802E;
 }
 .AnyTagClassName
 {
   color: #BE802E;
 }
</style>
background-color css

<style>
 a { background-color: #BE802E; }

 a { background-color: rgb(190,128,46); }

 div.DivClassName
 {
   background-color: #BE802E;
 }
 .BgClassName
 {
   background-color: #BE802E;
 }
</style>
border-color css

<style>
 span { border-color: #BE802E; }

 span { border-color: rgb(190,128,46); }

 td.TdClassName
 {
   border-color: #BE802E;
 }
 .TagClassName
 {
   border-color: #BE802E;
 }
</style>