#BEAC61

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

Shades of Gimblet #BEAC61

Tints of Gimblet #BEAC61

Color information

#BEAC61 (or 0xBEAC61) is unknown color: approx Gimblet. HEX triplet: BE, AC and 61. RGB value is (190,172,97). Sum of RGB (Red+Green+Blue) = 190+172+97=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC61 is #41539E. Grayscale: #A9A9A9. Windows color (decimal): -4281247 or 6401214. OLE color: 6401214.

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

Color convert

RGB19017297-
CMYK00.090.490.25
HSL48.39º41.7%56.27%-
HSV(B)48.39º48.95%74.51%-
XYZ38.1541.3217.27-
YUV168.8387.46143.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=41.39%
G=37.47%
B=21.13%

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
Decimal1901729700.090.490.2548.3941.756.27
HexBEAC61093119302a38
Octal2762541410116131605270
Binary101111101010110011000010100111000111001110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC61; }

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

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

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

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

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

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

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

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