#BE7E35

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

Shades of Geebung #BE7E35

Tints of Geebung #BE7E35

Color information

#BE7E35 (or 0xBE7E35) is unknown color: approx Geebung. HEX triplet: BE, 7E and 35. RGB value is (190,126,53). Sum of RGB (Red+Green+Blue) = 190+126+53=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E35 is #4181CA. Grayscale: #898989. Windows color (decimal): -4293067 or 3505854. OLE color: 3505854.

HSL color Cylindrical-coordinate representation of color #BE7E35: hue angle of 31.97º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE7E35 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19012653-
CMYK00.340.720.25
HSL31.97º56.38%47.65%-
HSV(B)31.97º72.11%74.51%-
XYZ29.3426.136.86-
YUV136.8180.7165.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=51.49%
G=34.15%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901265300.340.720.2531.9756.3847.65
HexBE7E350224819203830
Octal2761766504211031407060
Binary1011111011111101101010100010100100011001100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E35; }

 p { color: rgb(190,126,53); }

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

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

 a { background-color: rgb(190,126,53); }

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

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

 span { border-color: rgb(190,126,53); }

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