#BEAC63

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

Shades of Gimblet #BEAC63

Tints of Gimblet #BEAC63

Color information

#BEAC63 (or 0xBEAC63) is unknown color: approx Gimblet. HEX triplet: BE, AC and 63. RGB value is (190,172,99). Sum of RGB (Red+Green+Blue) = 190+172+99=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC63 is #41539C. Grayscale: #A9A9A9. Windows color (decimal): -4281245 or 6532286. OLE color: 6532286.

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

Color convert

RGB19017299-
CMYK00.090.480.25
HSL48.13º41.18%56.67%-
HSV(B)48.13º47.89%74.51%-
XYZ38.2441.3517.77-
YUV169.0688.46142.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=41.21%
G=37.31%
B=21.48%

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
Decimal1901729900.090.480.2548.1341.1856.67
HexBEAC63093019302939
Octal2762541430116031605171
Binary101111101010110011000110100111000011001110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC63; }

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

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

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

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

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

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

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

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