#BEAC64

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

Shades of Gimblet #BEAC64

Tints of Gimblet #BEAC64

Color information

#BEAC64 (or 0xBEAC64) is unknown color: approx Gimblet. HEX triplet: BE, AC and 64. RGB value is (190,172,100). Sum of RGB (Red+Green+Blue) = 190+172+100=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC64 is #41539B. Grayscale: #A9A9A9. Windows color (decimal): -4281244 or 6597822. OLE color: 6597822.

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

Color convert

RGB190172100-
CMYK00.090.470.25
HSL48º40.91%56.86%-
HSV(B)48º47.37%74.51%-
XYZ38.2941.3718.02-
YUV169.1788.96142.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=41.13%
G=37.23%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017210000.090.470.254840.9156.86
HexBEAC64092F19302939
Octal2762541440115731605171
Binary101111101010110011001000100110111111001110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC64; }

 p { color: rgb(190,172,100); }

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

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

 a { background-color: rgb(190,172,100); }

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

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

 span { border-color: rgb(190,172,100); }

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