#BE898E

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

Shades of Puce #BE898E

Tints of Puce #BE898E

Color information

#BE898E (or 0xBE898E) is unknown color: approx Puce. HEX triplet: BE, 89 and 8E. RGB value is (190,137,142). Sum of RGB (Red+Green+Blue) = 190+137+142=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898E is #417671. Grayscale: #999999. Windows color (decimal): -4290162 or 9341374. OLE color: 9341374.

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

Color convert

RGB190137142-
CMYK00.280.250.25
HSL354.34º28.96%64.12%-
HSV(B)354.34º27.89%74.51%-
XYZ35.0630.7929.69-
YUV153.42121.56154.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=40.51%
G=29.21%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013714200.280.250.25354.3428.9664.12
HexBE898E01C19191621d40
Octal276211216034313154235100
Binary1011111010001001100011100111001100111001101100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE898E; }

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

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

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

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

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

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

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

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