#BEA771

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

Shades of Putty #BEA771

Tints of Putty #BEA771

Color information

#BEA771 (or 0xBEA771) is unknown color: approx Putty. HEX triplet: BE, A7 and 71. RGB value is (190,167,113). Sum of RGB (Red+Green+Blue) = 190+167+113=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA771 is #41588E. Grayscale: #A7A7A7. Windows color (decimal): -4282511 or 7448510. OLE color: 7448510.

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

Color convert

RGB190167113-
CMYK00.120.410.25
HSL42.08º37.2%59.41%-
HSV(B)42.08º40.53%74.51%-
XYZ38.0339.7821.3-
YUV167.7297.12143.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=40.43%
G=35.53%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016711300.120.410.2542.0837.259.41
HexBEA7710C29192a253b
Octal2762471610145131524573
Binary101111101010011111100010110010100111001101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA771; }

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

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

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

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

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

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

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

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