#BE8689

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

Shades of Puce #BE8689

Tints of Puce #BE8689

Color information

#BE8689 (or 0xBE8689) is unknown color: approx Puce. HEX triplet: BE, 86 and 89. RGB value is (190,134,137). Sum of RGB (Red+Green+Blue) = 190+134+137=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8689 is #417976. Grayscale: #979797. Windows color (decimal): -4290935 or 9012926. OLE color: 9012926.

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

Color convert

RGB190134137-
CMYK00.290.280.25
HSL356.79º30.11%63.53%-
HSV(B)356.79º29.47%74.51%-
XYZ34.2829.827.61-
YUV151.09120.05155.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=41.21%
G=29.07%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013413700.290.280.25356.7930.1163.53
HexBE868901D1C191651e40
Octal276206211035343154536100
Binary1011111010000110100010010111011110011001101100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8689; }

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

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

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

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

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

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

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

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