#BE858E

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

Shades of Puce #BE858E

Tints of Puce #BE858E

Color information

#BE858E (or 0xBE858E) is unknown color: approx Puce. HEX triplet: BE, 85 and 8E. RGB value is (190,133,142). Sum of RGB (Red+Green+Blue) = 190+133+142=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858E is #417A71. Grayscale: #979797. Windows color (decimal): -4291186 or 9340350. OLE color: 9340350.

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

Color convert

RGB190133142-
CMYK00.30.250.25
HSL350.53º30.48%63.33%-
HSV(B)350.53º30%74.51%-
XYZ34.5129.6829.5-
YUV151.07122.88155.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=40.86%
G=28.60%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013314200.30.250.25350.5330.4863.33
HexBE858E01E191915f1e3f
Octal27620521603631315373677
Binary101111101000010110001110011110110011100110101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE858E; }

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

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

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

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

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

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

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

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