#BEA873

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

Shades of Putty #BEA873

Tints of Putty #BEA873

Color information

#BEA873 (or 0xBEA873) is unknown color: approx Putty. HEX triplet: BE, A8 and 73. RGB value is (190,168,115). Sum of RGB (Red+Green+Blue) = 190+168+115=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA873 is #41578C. Grayscale: #A8A8A8. Windows color (decimal): -4282253 or 7579838. OLE color: 7579838.

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

Color convert

RGB190168115-
CMYK00.120.390.25
HSL42.4º36.59%59.8%-
HSV(B)42.4º39.47%74.51%-
XYZ38.3340.1921.96-
YUV168.5497.79143.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=40.17%
G=35.52%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016811500.120.390.2542.436.5959.8
HexBEA8730C27192a253c
Octal2762501630144731524574
Binary101111101010100011100110110010011111001101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA873; }

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

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

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

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

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

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

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

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