#BE858C

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

Shades of Puce #BE858C

Tints of Puce #BE858C

Color information

#BE858C (or 0xBE858C) is unknown color: approx Puce. HEX triplet: BE, 85 and 8C. RGB value is (190,133,140). Sum of RGB (Red+Green+Blue) = 190+133+140=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858C is #417A73. Grayscale: #969696. Windows color (decimal): -4291188 or 9209278. OLE color: 9209278.

HSL color Cylindrical-coordinate representation of color #BE858C: hue angle of 352.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE858C is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190133140-
CMYK00.30.260.25
HSL352.63º30.48%63.33%-
HSV(B)352.63º30%74.51%-
XYZ34.3629.6228.72-
YUV150.84121.88155.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=41.04%
G=28.73%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013314000.30.260.25352.6330.4863.33
HexBE858C01E1A191611e3f
Octal27620521403632315413677
Binary101111101000010110001100011110110101100110110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE858C; }

 p { color: rgb(190,133,140); }

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

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

 a { background-color: rgb(190,133,140); }

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

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

 span { border-color: rgb(190,133,140); }

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