#BE898D

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

Shades of Puce #BE898D

Tints of Puce #BE898D

Color information

#BE898D (or 0xBE898D) is unknown color: approx Puce. HEX triplet: BE, 89 and 8D. RGB value is (190,137,141). Sum of RGB (Red+Green+Blue) = 190+137+141=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898D is #417672. Grayscale: #999999. Windows color (decimal): -4290163 or 9275838. OLE color: 9275838.

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

Color convert

RGB190137141-
CMYK00.280.260.25
HSL355.47º28.96%64.12%-
HSV(B)355.47º27.89%74.51%-
XYZ34.9930.7629.29-
YUV153.3121.06154.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=40.60%
G=29.27%
B=30.13%

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
Decimal19013714100.280.260.25355.4728.9664.12
HexBE898D01C1A191631d40
Octal276211215034323154335100
Binary1011111010001001100011010111001101011001101100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE898D; }

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

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

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

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

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

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

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

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