#BE838F

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

Shades of Puce #BE838F

Tints of Puce #BE838F

Color information

#BE838F (or 0xBE838F) is unknown color: approx Puce. HEX triplet: BE, 83 and 8F. RGB value is (190,131,143). Sum of RGB (Red+Green+Blue) = 190+131+143=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE838F is #417C70. Grayscale: #969696. Windows color (decimal): -4291697 or 9405374. OLE color: 9405374.

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

Color convert

RGB190131143-
CMYK00.310.250.25
HSL347.8º31.22%62.94%-
HSV(B)347.8º31.05%74.51%-
XYZ34.3129.1629.81-
YUV150.01124.05156.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=40.95%
G=28.23%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013114300.310.250.25347.831.2262.94
HexBE838F01F191915c1f3f
Octal27620321703731315343777
Binary101111101000001110001111011111110011100110101110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE838F; }

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

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

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

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

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

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

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

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