#BEAE68

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

Shades of Gimblet #BEAE68

Tints of Gimblet #BEAE68

Color information

#BEAE68 (or 0xBEAE68) is unknown color: approx Gimblet. HEX triplet: BE, AE and 68. RGB value is (190,174,104). Sum of RGB (Red+Green+Blue) = 190+174+104=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE68 is #415197. Grayscale: #ABABAB. Windows color (decimal): -4280728 or 6860478. OLE color: 6860478.

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

Color convert

RGB190174104-
CMYK00.080.450.25
HSL48.84º39.81%57.65%-
HSV(B)48.84º45.26%74.51%-
XYZ38.8742.2219.2-
YUV170.890.3141.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=40.60%
G=37.18%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017410400.080.450.2548.8439.8157.65
HexBEAE68082D1931283a
Octal2762561500105531615072
Binary101111101010111011010000100010110111001110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE68; }

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

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

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

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

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

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

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

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