#BE8391

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

Shades of Puce #BE8391

Tints of Puce #BE8391

Color information

#BE8391 (or 0xBE8391) is unknown color: approx Puce. HEX triplet: BE, 83 and 91. RGB value is (190,131,145). Sum of RGB (Red+Green+Blue) = 190+131+145=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8391 is #417C6E. Grayscale: #969696. Windows color (decimal): -4291695 or 9536446. OLE color: 9536446.

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

Color convert

RGB190131145-
CMYK00.310.240.25
HSL345.76º31.22%62.94%-
HSV(B)345.76º31.05%74.51%-
XYZ34.4629.2230.61-
YUV150.24125.05156.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=40.77%
G=28.11%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013114500.310.240.25345.7631.2262.94
HexBE839101F181915a1f3f
Octal27620322103730315323777
Binary101111101000001110010001011111110001100110101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8391; }

 p { color: rgb(190,131,145); }

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

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

 a { background-color: rgb(190,131,145); }

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

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

 span { border-color: rgb(190,131,145); }

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