#BEAC5A

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

Shades of Gimblet #BEAC5A

Tints of Gimblet #BEAC5A

Color information

#BEAC5A (or 0xBEAC5A) is unknown color: approx Gimblet. HEX triplet: BE, AC and 5A. RGB value is (190,172,90). Sum of RGB (Red+Green+Blue) = 190+172+90=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC5A is #4153A5. Grayscale: #A8A8A8. Windows color (decimal): -4281254 or 5942462. OLE color: 5942462.

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

Color convert

RGB19017290-
CMYK00.090.530.25
HSL49.2º43.48%54.9%-
HSV(B)49.2º52.63%74.51%-
XYZ37.8341.1915.63-
YUV168.0383.96143.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=42.04%
G=38.05%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901729000.090.530.2549.243.4854.9
HexBEAC5A093519312b37
Octal2762541320116531615367
Binary101111101010110010110100100111010111001110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC5A; }

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

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

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

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

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

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

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

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