#BEAE6A

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

Shades of Gimblet #BEAE6A

Tints of Gimblet #BEAE6A

Color information

#BEAE6A (or 0xBEAE6A) is unknown color: approx Gimblet. HEX triplet: BE, AE and 6A. RGB value is (190,174,106). Sum of RGB (Red+Green+Blue) = 190+174+106=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6A is #415195. Grayscale: #ABABAB. Windows color (decimal): -4280726 or 6991550. OLE color: 6991550.

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

Color convert

RGB190174106-
CMYK00.080.440.25
HSL48.57º39.25%58.04%-
HSV(B)48.57º44.21%74.51%-
XYZ38.9742.2619.74-
YUV171.0391.3141.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=40.43%
G=37.02%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017410600.080.440.2548.5739.2558.04
HexBEAE6A082C1931273a
Octal2762561520105431614772
Binary101111101010111011010100100010110011001110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE6A; }

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

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

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

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

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

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

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

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