#BEA86F

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

Shades of Putty #BEA86F

Tints of Putty #BEA86F

Color information

#BEA86F (or 0xBEA86F) is unknown color: approx Putty. HEX triplet: BE, A8 and 6F. RGB value is (190,168,111). Sum of RGB (Red+Green+Blue) = 190+168+111=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA86F is #415790. Grayscale: #A8A8A8. Windows color (decimal): -4282257 or 7317694. OLE color: 7317694.

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

Color convert

RGB190168111-
CMYK00.120.420.25
HSL43.29º37.8%59.02%-
HSV(B)43.29º41.58%74.51%-
XYZ38.1140.120.77-
YUV168.0895.79143.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=40.51%
G=35.82%
B=23.67%

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
Decimal19016811100.120.420.2543.2937.859.02
HexBEA86F0C2A192b263b
Octal2762501570145231534673
Binary101111101010100011011110110010101011001101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA86F; }

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

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

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

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

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

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

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

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