#BEA66F

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

Shades of Putty #BEA66F

Tints of Putty #BEA66F

Color information

#BEA66F (or 0xBEA66F) is unknown color: approx Putty. HEX triplet: BE, A6 and 6F. RGB value is (190,166,111). Sum of RGB (Red+Green+Blue) = 190+166+111=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66F is #415990. Grayscale: #A7A7A7. Windows color (decimal): -4282769 or 7317182. OLE color: 7317182.

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

Color convert

RGB190166111-
CMYK00.130.420.25
HSL41.77º37.8%59.02%-
HSV(B)41.77º41.58%74.51%-
XYZ37.7439.3720.65-
YUV166.9196.45144.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=40.69%
G=35.55%
B=23.77%

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
Decimal19016611100.130.420.2541.7737.859.02
HexBEA66F0D2A192a263b
Octal2762461570155231524673
Binary101111101010011011011110110110101011001101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA66F; }

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

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

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

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

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

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

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

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