#BE8495

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

Shades of Puce #BE8495

Tints of Puce #BE8495

Color information

#BE8495 (or 0xBE8495) is unknown color: approx Puce. HEX triplet: BE, 84 and 95. RGB value is (190,132,149). Sum of RGB (Red+Green+Blue) = 190+132+149=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8495 is #417B6A. Grayscale: #979797. Windows color (decimal): -4291435 or 9798846. OLE color: 9798846.

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

Color convert

RGB190132149-
CMYK00.310.220.25
HSL342.41º30.85%63.14%-
HSV(B)342.41º30.53%74.51%-
XYZ34.9129.6232.31-
YUV151.28126.72155.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=40.34%
G=28.03%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013214900.310.220.25342.4130.8563.14
HexBE849501F16191561f3f
Octal27620422503726315263777
Binary101111101000010010010101011111101101100110101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8495; }

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

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

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

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

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

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

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

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