#BE8433

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

Shades of Geebung #BE8433

Tints of Geebung #BE8433

Color information

#BE8433 (or 0xBE8433) is unknown color: approx Geebung. HEX triplet: BE, 84 and 33. RGB value is (190,132,51). Sum of RGB (Red+Green+Blue) = 190+132+51=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8433 is #417BCC. Grayscale: #8C8C8C. Windows color (decimal): -4291533 or 3376318. OLE color: 3376318.

HSL color Cylindrical-coordinate representation of color #BE8433: hue angle of 34.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE8433 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19013251-
CMYK00.310.730.25
HSL34.96º57.68%47.25%-
HSV(B)34.96º73.16%74.51%-
XYZ30.0827.696.89-
YUV140.1177.72163.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 51 (20.31% from 255) = 13.67%
R=50.94%
G=35.39%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901325100.310.730.2534.9657.6847.25
HexBE843301F4919233a2f
Octal2762046303711131437257
Binary1011111010000100110011011111100100111001100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8433; }

 p { color: rgb(190,132,51); }

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

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

 a { background-color: rgb(190,132,51); }

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

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

 span { border-color: rgb(190,132,51); }

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