#BE8890

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

Shades of Puce #BE8890

Tints of Puce #BE8890

Color information

#BE8890 (or 0xBE8890) is unknown color: approx Puce. HEX triplet: BE, 88 and 90. RGB value is (190,136,144). Sum of RGB (Red+Green+Blue) = 190+136+144=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8890 is #41776F. Grayscale: #999999. Windows color (decimal): -4290416 or 9472190. OLE color: 9472190.

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

Color convert

RGB190136144-
CMYK00.280.240.25
HSL351.11º29.35%63.92%-
HSV(B)351.11º28.42%74.51%-
XYZ35.0730.5730.44-
YUV153.06122.89154.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=40.43%
G=28.94%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013614400.280.240.25351.1129.3563.92
HexBE889001C181915f1d40
Octal276210220034303153735100
Binary1011111010001000100100000111001100011001101011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8890; }

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

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

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

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

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

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

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

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