#BEAE60

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

Shades of Gimblet #BEAE60

Tints of Gimblet #BEAE60

Color information

#BEAE60 (or 0xBEAE60) is unknown color: approx Gimblet. HEX triplet: BE, AE and 60. RGB value is (190,174,96). Sum of RGB (Red+Green+Blue) = 190+174+96=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE60 is #41519F. Grayscale: #AAAAAA. Windows color (decimal): -4280736 or 6336190. OLE color: 6336190.

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

Color convert

RGB19017496-
CMYK00.080.490.25
HSL49.79º41.96%56.08%-
HSV(B)49.79º49.47%74.51%-
XYZ38.4842.0617.16-
YUV169.8986.3142.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=41.30%
G=37.83%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901749600.080.490.2549.7941.9656.08
HexBEAE60083119322a38
Octal2762561400106131625270
Binary101111101010111011000000100011000111001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE60; }

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

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

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

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

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

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

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

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