#BEA86E

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

Shades of Putty #BEA86E

Tints of Putty #BEA86E

Color information

#BEA86E (or 0xBEA86E) is unknown color: approx Putty. HEX triplet: BE, A8 and 6E. RGB value is (190,168,110). Sum of RGB (Red+Green+Blue) = 190+168+110=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA86E is #415791. Grayscale: #A8A8A8. Windows color (decimal): -4282258 or 7252158. OLE color: 7252158.

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

Color convert

RGB190168110-
CMYK00.120.420.25
HSL43.5º38.1%58.82%-
HSV(B)43.5º42.11%74.51%-
XYZ38.0540.0820.48-
YUV167.9795.29143.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=40.60%
G=35.90%
B=23.50%

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
Decimal19016811000.120.420.2543.538.158.82
HexBEA86E0C2A192c263b
Octal2762501560145231544673
Binary101111101010100011011100110010101011001101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA86E; }

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

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

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

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

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

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

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

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