#BE8335

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

Shades of Geebung #BE8335

Tints of Geebung #BE8335

Color information

#BE8335 (or 0xBE8335) is unknown color: approx Geebung. HEX triplet: BE, 83 and 35. RGB value is (190,131,53). Sum of RGB (Red+Green+Blue) = 190+131+53=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8335 is #417CCA. Grayscale: #8C8C8C. Windows color (decimal): -4291787 or 3507134. OLE color: 3507134.

HSL color Cylindrical-coordinate representation of color #BE8335: hue angle of 34.16º 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 #BE8335 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19013153-
CMYK00.310.720.25
HSL34.16º56.38%47.65%-
HSV(B)34.16º72.11%74.51%-
XYZ29.9927.447.08-
YUV139.7579.05163.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 53 (21.09% from 255) = 14.17%
R=50.80%
G=35.03%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901315300.310.720.2534.1656.3847.65
HexBE833501F4819223830
Octal2762036503711031427060
Binary1011111010000011110101011111100100011001100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8335; }

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

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

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

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

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

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

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

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