#BE8493

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

Shades of Puce #BE8493

Tints of Puce #BE8493

Color information

#BE8493 (or 0xBE8493) is unknown color: approx Puce. HEX triplet: BE, 84 and 93. RGB value is (190,132,147). Sum of RGB (Red+Green+Blue) = 190+132+147=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8493 is #417B6C. Grayscale: #979797. Windows color (decimal): -4291437 or 9667774. OLE color: 9667774.

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

Color convert

RGB190132147-
CMYK00.310.230.25
HSL344.48º30.85%63.14%-
HSV(B)344.48º30.53%74.51%-
XYZ34.7529.5631.48-
YUV151.05125.72155.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=40.51%
G=28.14%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013214700.310.230.25344.4830.8563.14
HexBE849301F17191581f3f
Octal27620422303727315303777
Binary101111101000010010010011011111101111100110101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8493; }

 p { color: rgb(190,132,147); }

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

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

 a { background-color: rgb(190,132,147); }

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

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

 span { border-color: rgb(190,132,147); }

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