#be802c

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

Shades of Geebung #BE802C

Tints of Geebung #BE802C

Color information

#BE802C (or 0xBE802C) is unknown color: approx Geebung. HEX triplet: BE, 80 and 2C. RGB value is (190,128,44). Sum of RGB (Red+Green+Blue) = 190+128+44=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE802C is #417FD3. Grayscale: #898989. Windows color (decimal): -4292564 or 2916542. OLE color: 2916542.

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

Color convert

RGB19012844-
CMYK00.330.770.25
HSL34.52º62.39%45.88%-
HSV(B)34.52º76.84%74.51%-
XYZ29.4126.575.96-
YUV136.9675.54165.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 44 (17.58% from 255) = 12.15%
R=52.49%
G=35.36%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901284400.330.770.2534.5262.3945.88
HexBE802C0214D19233e2e
Octal2762005404111531437656
Binary10111110100000001011000100001100110111001100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be802c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be802c; }

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

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

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

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

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

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

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

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