#BEAA66

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

Shades of Gimblet #BEAA66

Tints of Gimblet #BEAA66

Color information

#BEAA66 (or 0xBEAA66) is unknown color: approx Gimblet. HEX triplet: BE, AA and 66. RGB value is (190,170,102). Sum of RGB (Red+Green+Blue) = 190+170+102=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA66 is #415599. Grayscale: #A8A8A8. Windows color (decimal): -4281754 or 6728382. OLE color: 6728382.

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

Color convert

RGB190170102-
CMYK00.110.460.25
HSL46.36º40.37%57.25%-
HSV(B)46.36º46.32%74.51%-
XYZ38.0140.6618.41-
YUV168.2390.63143.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=41.13%
G=36.80%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017010200.110.460.2546.3640.3757.25
HexBEAA660B2E192e2839
Octal2762521460135631565071
Binary101111101010101011001100101110111011001101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA66; }

 p { color: rgb(190,170,102); }

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

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

 a { background-color: rgb(190,170,102); }

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

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

 span { border-color: rgb(190,170,102); }

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