#BEAC70

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

Shades of Putty #BEAC70

Tints of Putty #BEAC70

Color information

#BEAC70 (or 0xBEAC70) is unknown color: approx Putty. HEX triplet: BE, AC and 70. RGB value is (190,172,112). Sum of RGB (Red+Green+Blue) = 190+172+112=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC70 is #41538F. Grayscale: #AAAAAA. Windows color (decimal): -4281232 or 7384254. OLE color: 7384254.

HSL color Cylindrical-coordinate representation of color #BEAC70: hue angle of 46.15º degrees, saturation: 0.38, 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 #BEAC70 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190172112-
CMYK00.090.410.25
HSL46.15º37.5%59.22%-
HSV(B)46.15º41.05%74.51%-
XYZ38.9141.6221.31-
YUV170.5494.96141.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=40.08%
G=36.29%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017211200.090.410.2546.1537.559.22
HexBEAC700929192e263b
Octal2762541600115131564673
Binary101111101010110011100000100110100111001101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC70; }

 p { color: rgb(190,172,112); }

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

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

 a { background-color: rgb(190,172,112); }

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

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

 span { border-color: rgb(190,172,112); }

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