#BEAC57

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

Shades of Gimblet #BEAC57

Tints of Gimblet #BEAC57

Color information

#BEAC57 (or 0xBEAC57) is unknown color: approx Gimblet. HEX triplet: BE, AC and 57. RGB value is (190,172,87). Sum of RGB (Red+Green+Blue) = 190+172+87=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC57 is #4153A8. Grayscale: #A8A8A8. Windows color (decimal): -4281257 or 5745854. OLE color: 5745854.

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

Color convert

RGB19017287-
CMYK00.090.540.25
HSL49.51º44.21%54.31%-
HSV(B)49.51º54.21%74.51%-
XYZ37.7141.1414.97-
YUV167.6982.46143.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=42.32%
G=38.31%
B=19.38%

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
Decimal1901728700.090.540.2549.5144.2154.31
HexBEAC57093619322c36
Octal2762541270116631625466
Binary101111101010110010101110100111011011001110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC57; }

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

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

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

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

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

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

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

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