#BEA66E

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

Shades of Putty #BEA66E

Tints of Putty #BEA66E

Color information

#BEA66E (or 0xBEA66E) is unknown color: approx Putty. HEX triplet: BE, A6 and 6E. RGB value is (190,166,110). Sum of RGB (Red+Green+Blue) = 190+166+110=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66E is #415991. Grayscale: #A7A7A7. Windows color (decimal): -4282770 or 7251646. OLE color: 7251646.

HSL color Cylindrical-coordinate representation of color #BEA66E: hue angle of 42º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEA66E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190166110-
CMYK00.130.420.25
HSL42º38.1%58.82%-
HSV(B)42º42.11%74.51%-
XYZ37.6939.3520.36-
YUV166.7995.95144.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=40.77%
G=35.62%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016611000.130.420.254238.158.82
HexBEA66E0D2A192a263b
Octal2762461560155231524673
Binary101111101010011011011100110110101011001101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA66E; }

 p { color: rgb(190,166,110); }

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

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

 a { background-color: rgb(190,166,110); }

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

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

 span { border-color: rgb(190,166,110); }

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