#BEAE63

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

Shades of Gimblet #BEAE63

Tints of Gimblet #BEAE63

Color information

#BEAE63 (or 0xBEAE63) is unknown color: approx Gimblet. HEX triplet: BE, AE and 63. RGB value is (190,174,99). Sum of RGB (Red+Green+Blue) = 190+174+99=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE63 is #41519C. Grayscale: #AAAAAA. Windows color (decimal): -4280733 or 6532798. OLE color: 6532798.

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

Color convert

RGB19017499-
CMYK00.080.480.25
HSL49.45º41.18%56.67%-
HSV(B)49.45º47.89%74.51%-
XYZ38.6242.1217.9-
YUV170.2387.8142.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=41.04%
G=37.58%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901749900.080.480.2549.4541.1856.67
HexBEAE63083019312939
Octal2762561430106031615171
Binary101111101010111011000110100011000011001110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE63; }

 p { color: rgb(190,174,99); }

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

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

 a { background-color: rgb(190,174,99); }

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

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

 span { border-color: rgb(190,174,99); }

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