#BEAE65

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

Shades of Gimblet #BEAE65

Tints of Gimblet #BEAE65

Color information

#BEAE65 (or 0xBEAE65) is unknown color: approx Gimblet. HEX triplet: BE, AE and 65. RGB value is (190,174,101). Sum of RGB (Red+Green+Blue) = 190+174+101=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE65 is #41519A. Grayscale: #AAAAAA. Windows color (decimal): -4280731 or 6663870. OLE color: 6663870.

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

Color convert

RGB190174101-
CMYK00.080.470.25
HSL49.21º40.64%57.06%-
HSV(B)49.21º46.84%74.51%-
XYZ38.7242.1618.41-
YUV170.4688.8141.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=40.86%
G=37.42%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017410100.080.470.2549.2140.6457.06
HexBEAE65082F19312939
Octal2762561450105731615171
Binary101111101010111011001010100010111111001110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE65; }

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

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

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

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

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

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

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

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