#BEAC65

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

Shades of Gimblet #BEAC65

Tints of Gimblet #BEAC65

Color information

#BEAC65 (or 0xBEAC65) is unknown color: approx Gimblet. HEX triplet: BE, AC and 65. RGB value is (190,172,101). Sum of RGB (Red+Green+Blue) = 190+172+101=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC65 is #41539A. Grayscale: #A9A9A9. Windows color (decimal): -4281243 or 6663358. OLE color: 6663358.

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

Color convert

RGB190172101-
CMYK00.090.470.25
HSL47.87º40.64%57.06%-
HSV(B)47.87º46.84%74.51%-
XYZ38.3441.3918.28-
YUV169.2989.46142.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=41.04%
G=37.15%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017210100.090.470.2547.8740.6457.06
HexBEAC65092F19302939
Octal2762541450115731605171
Binary101111101010110011001010100110111111001110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC65; }

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

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

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

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

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

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

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

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