#BEA675

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

Shades of Putty #BEA675

Tints of Putty #BEA675

Color information

#BEA675 (or 0xBEA675) is unknown color: approx Putty. HEX triplet: BE, A6 and 75. RGB value is (190,166,117). Sum of RGB (Red+Green+Blue) = 190+166+117=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA675 is #41598A. Grayscale: #A7A7A7. Windows color (decimal): -4282763 or 7710398. OLE color: 7710398.

HSL color Cylindrical-coordinate representation of color #BEA675: hue angle of 40.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEA675 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190166117-
CMYK00.130.380.25
HSL40.27º35.96%60.2%-
HSV(B)40.27º38.42%74.51%-
XYZ38.0839.522.45-
YUV167.5999.45143.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=40.17%
G=35.10%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016611700.130.380.2540.2735.9660.2
HexBEA6750D261928243c
Octal2762461650154631504474
Binary101111101010011011101010110110011011001101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA675; }

 p { color: rgb(190,166,117); }

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

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

 a { background-color: rgb(190,166,117); }

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

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

 span { border-color: rgb(190,166,117); }

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