#BE8395

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

Shades of Puce #BE8395

Tints of Puce #BE8395

Color information

#BE8395 (or 0xBE8395) is unknown color: approx Puce. HEX triplet: BE, 83 and 95. RGB value is (190,131,149). Sum of RGB (Red+Green+Blue) = 190+131+149=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8395 is #417C6A. Grayscale: #969696. Windows color (decimal): -4291691 or 9798590. OLE color: 9798590.

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

Color convert

RGB190131149-
CMYK00.310.220.25
HSL341.69º31.22%62.94%-
HSV(B)341.69º31.05%74.51%-
XYZ34.7829.3532.27-
YUV150.69127.05156.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=40.43%
G=27.87%
B=31.70%

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
Decimal19013114900.310.220.25341.6931.2262.94
HexBE839501F16191561f3f
Octal27620322503726315263777
Binary101111101000001110010101011111101101100110101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8395; }

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

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

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

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

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

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

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

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