#BE888D

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

Shades of Puce #BE888D

Tints of Puce #BE888D

Color information

#BE888D (or 0xBE888D) is unknown color: approx Puce. HEX triplet: BE, 88 and 8D. RGB value is (190,136,141). Sum of RGB (Red+Green+Blue) = 190+136+141=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE888D is #417772. Grayscale: #989898. Windows color (decimal): -4290419 or 9275582. OLE color: 9275582.

HSL color Cylindrical-coordinate representation of color #BE888D: hue angle of 354.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE888D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190136141-
CMYK00.280.260.25
HSL354.44º29.35%63.92%-
HSV(B)354.44º28.42%74.51%-
XYZ34.8530.4829.25-
YUV152.72121.39154.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=40.69%
G=29.12%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013614100.280.260.25354.4429.3563.92
HexBE888D01C1A191621d40
Octal276210215034323154235100
Binary1011111010001000100011010111001101011001101100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE888D; }

 p { color: rgb(190,136,141); }

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

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

 a { background-color: rgb(190,136,141); }

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

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

 span { border-color: rgb(190,136,141); }

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