#BE8532

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

Shades of Geebung #BE8532

Tints of Geebung #BE8532

Color information

#BE8532 (or 0xBE8532) is unknown color: approx Geebung. HEX triplet: BE, 85 and 32. RGB value is (190,133,50). Sum of RGB (Red+Green+Blue) = 190+133+50=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8532 is #417ACD. Grayscale: #8C8C8C. Windows color (decimal): -4291278 or 3311038. OLE color: 3311038.

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

Color convert

RGB19013350-
CMYK00.30.740.25
HSL35.57º58.33%47.06%-
HSV(B)35.57º73.68%74.51%-
XYZ30.227.956.82-
YUV140.5876.88163.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=50.94%
G=35.66%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901335000.30.740.2535.5758.3347.06
HexBE853201E4A19243a2f
Octal2762056203611231447257
Binary1011111010000101110010011110100101011001100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8532; }

 p { color: rgb(190,133,50); }

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

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

 a { background-color: rgb(190,133,50); }

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

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

 span { border-color: rgb(190,133,50); }

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