#BEAA61

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

Shades of Gimblet #BEAA61

Tints of Gimblet #BEAA61

Color information

#BEAA61 (or 0xBEAA61) is unknown color: approx Gimblet. HEX triplet: BE, AA and 61. RGB value is (190,170,97). Sum of RGB (Red+Green+Blue) = 190+170+97=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA61 is #41559E. Grayscale: #A7A7A7. Windows color (decimal): -4281759 or 6400702. OLE color: 6400702.

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

Color convert

RGB19017097-
CMYK00.110.490.25
HSL47.1º41.7%56.27%-
HSV(B)47.1º48.95%74.51%-
XYZ37.7740.5617.15-
YUV167.6688.13143.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=41.58%
G=37.20%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901709700.110.490.2547.141.756.27
HexBEAA610B31192f2a38
Octal2762521410136131575270
Binary101111101010101011000010101111000111001101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA61; }

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

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

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

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

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

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

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

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