#BEAA5F

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

Shades of Gimblet #BEAA5F

Tints of Gimblet #BEAA5F

Color information

#BEAA5F (or 0xBEAA5F) is unknown color: approx Gimblet. HEX triplet: BE, AA and 5F. RGB value is (190,170,95). Sum of RGB (Red+Green+Blue) = 190+170+95=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA5F is #4155A0. Grayscale: #A7A7A7. Windows color (decimal): -4281761 or 6269630. OLE color: 6269630.

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

Color convert

RGB19017095-
CMYK00.110.50.25
HSL47.37º42.22%55.88%-
HSV(B)47.37º50%74.51%-
XYZ37.6840.5216.66-
YUV167.4387.13144.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=41.76%
G=37.36%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901709500.110.50.2547.3742.2255.88
HexBEAA5F0B32192f2a38
Octal2762521370136231575270
Binary101111101010101010111110101111001011001101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA5F; }

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

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

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

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

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

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

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

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