#BEA76F

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

Shades of Putty #BEA76F

Tints of Putty #BEA76F

Color information

#BEA76F (or 0xBEA76F) is unknown color: approx Putty. HEX triplet: BE, A7 and 6F. RGB value is (190,167,111). Sum of RGB (Red+Green+Blue) = 190+167+111=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA76F is #415890. Grayscale: #A7A7A7. Windows color (decimal): -4282513 or 7317438. OLE color: 7317438.

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

Color convert

RGB190167111-
CMYK00.120.420.25
HSL42.53º37.8%59.02%-
HSV(B)42.53º41.58%74.51%-
XYZ37.9239.7320.71-
YUV167.4996.12144.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=40.60%
G=35.68%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016711100.120.420.2542.5337.859.02
HexBEA76F0C2A192b263b
Octal2762471570145231534673
Binary101111101010011111011110110010101011001101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA76F; }

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

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

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

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

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

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

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

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