#BEAA67

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

Shades of Gimblet #BEAA67

Tints of Gimblet #BEAA67

Color information

#BEAA67 (or 0xBEAA67) is unknown color: approx Gimblet. HEX triplet: BE, AA and 67. RGB value is (190,170,103). Sum of RGB (Red+Green+Blue) = 190+170+103=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA67 is #415598. Grayscale: #A8A8A8. Windows color (decimal): -4281753 or 6793918. OLE color: 6793918.

HSL color Cylindrical-coordinate representation of color #BEAA67: hue angle of 46.21º 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 #BEAA67 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190170103-
CMYK00.110.460.25
HSL46.21º40.09%57.45%-
HSV(B)46.21º45.79%74.51%-
XYZ38.0640.6818.68-
YUV168.3491.13143.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 103 (40.62% from 255) = 22.25%
R=41.04%
G=36.72%
B=22.25%

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
Decimal19017010300.110.460.2546.2140.0957.45
HexBEAA670B2E192e2839
Octal2762521470135631565071
Binary101111101010101011001110101110111011001101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA67; }

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

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

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

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

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

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

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

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