#BEAC62

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

Shades of Gimblet #BEAC62

Tints of Gimblet #BEAC62

Color information

#BEAC62 (or 0xBEAC62) is unknown color: approx Gimblet. HEX triplet: BE, AC and 62. RGB value is (190,172,98). Sum of RGB (Red+Green+Blue) = 190+172+98=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC62 is #41539D. Grayscale: #A9A9A9. Windows color (decimal): -4281246 or 6466750. OLE color: 6466750.

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

Color convert

RGB19017298-
CMYK00.090.480.25
HSL48.26º41.44%56.47%-
HSV(B)48.26º48.42%74.51%-
XYZ38.1941.3317.52-
YUV168.9587.96143.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=41.30%
G=37.39%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901729800.090.480.2548.2641.4456.47
HexBEAC62093019302938
Octal2762541420116031605170
Binary101111101010110011000100100111000011001110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC62; }

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

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

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

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

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

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

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

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