#BEAC58

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

Shades of Gimblet #BEAC58

Tints of Gimblet #BEAC58

Color information

#BEAC58 (or 0xBEAC58) is unknown color: approx Gimblet. HEX triplet: BE, AC and 58. RGB value is (190,172,88). Sum of RGB (Red+Green+Blue) = 190+172+88=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC58 is #4153A7. Grayscale: #A8A8A8. Windows color (decimal): -4281256 or 5811390. OLE color: 5811390.

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

Color convert

RGB19017288-
CMYK00.090.540.25
HSL49.41º43.97%54.51%-
HSV(B)49.41º53.68%74.51%-
XYZ37.7541.1615.19-
YUV167.8182.96143.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=42.22%
G=38.22%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901728800.090.540.2549.4143.9754.51
HexBEAC58093619312c37
Octal2762541300116631615467
Binary101111101010110010110000100111011011001110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC58; }

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

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

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

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

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

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

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

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