#BE8393

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

Shades of Puce #BE8393

Tints of Puce #BE8393

Color information

#BE8393 (or 0xBE8393) is unknown color: approx Puce. HEX triplet: BE, 83 and 93. RGB value is (190,131,147). Sum of RGB (Red+Green+Blue) = 190+131+147=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8393 is #417C6C. Grayscale: #969696. Windows color (decimal): -4291693 or 9667518. OLE color: 9667518.

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

Color convert

RGB190131147-
CMYK00.310.230.25
HSL343.73º31.22%62.94%-
HSV(B)343.73º31.05%74.51%-
XYZ34.6229.2931.43-
YUV150.46126.05156.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=40.60%
G=27.99%
B=31.41%

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
Decimal19013114700.310.230.25343.7331.2262.94
HexBE839301F17191581f3f
Octal27620322303727315303777
Binary101111101000001110010011011111101111100110101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8393; }

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

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

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

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

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

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

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

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