#BEA871

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

Shades of Putty #BEA871

Tints of Putty #BEA871

Color information

#BEA871 (or 0xBEA871) is unknown color: approx Putty. HEX triplet: BE, A8 and 71. RGB value is (190,168,113). Sum of RGB (Red+Green+Blue) = 190+168+113=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA871 is #41578E. Grayscale: #A8A8A8. Windows color (decimal): -4282255 or 7448766. OLE color: 7448766.

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

Color convert

RGB190168113-
CMYK00.120.410.25
HSL42.86º37.2%59.41%-
HSV(B)42.86º40.53%74.51%-
XYZ38.2240.1421.36-
YUV168.3196.79143.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=40.34%
G=35.67%
B=23.99%

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
Decimal19016811300.120.410.2542.8637.259.41
HexBEA8710C29192b253b
Octal2762501610145131534573
Binary101111101010100011100010110010100111001101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA871; }

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

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

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

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

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

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

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

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