#BEAC60

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

Shades of Gimblet #BEAC60

Tints of Gimblet #BEAC60

Color information

#BEAC60 (or 0xBEAC60) is unknown color: approx Gimblet. HEX triplet: BE, AC and 60. RGB value is (190,172,96). Sum of RGB (Red+Green+Blue) = 190+172+96=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC60 is #41539F. Grayscale: #A9A9A9. Windows color (decimal): -4281248 or 6335678. OLE color: 6335678.

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

Color convert

RGB19017296-
CMYK00.090.490.25
HSL48.51º41.96%56.08%-
HSV(B)48.51º49.47%74.51%-
XYZ38.141.317.03-
YUV168.7286.96143.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=41.48%
G=37.55%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901729600.090.490.2548.5141.9656.08
HexBEAC60093119312a38
Octal2762541400116131615270
Binary101111101010110011000000100111000111001110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC60; }

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

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

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

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

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

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

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

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