#BE898B

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

Shades of Puce #BE898B

Tints of Puce #BE898B

Color information

#BE898B (or 0xBE898B) is unknown color: approx Puce. HEX triplet: BE, 89 and 8B. RGB value is (190,137,139). Sum of RGB (Red+Green+Blue) = 190+137+139=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898B is #417674. Grayscale: #999999. Windows color (decimal): -4290165 or 9144766. OLE color: 9144766.

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

Color convert

RGB190137139-
CMYK00.280.270.25
HSL357.74º28.96%64.12%-
HSV(B)357.74º27.89%74.51%-
XYZ34.8430.728.52-
YUV153.07120.06154.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=40.77%
G=29.40%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013713900.280.270.25357.7428.9664.12
HexBE898B01C1B191661d40
Octal276211213034333154635100
Binary1011111010001001100010110111001101111001101100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE898B; }

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

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

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

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

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

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

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

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