#BE8589

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

Shades of Puce #BE8589

Tints of Puce #BE8589

Color information

#BE8589 (or 0xBE8589) is unknown color: approx Puce. HEX triplet: BE, 85 and 89. RGB value is (190,133,137). Sum of RGB (Red+Green+Blue) = 190+133+137=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8589 is #417A76. Grayscale: #969696. Windows color (decimal): -4291191 or 9012670. OLE color: 9012670.

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

Color convert

RGB190133137-
CMYK00.30.280.25
HSL355.79º30.48%63.33%-
HSV(B)355.79º30%74.51%-
XYZ34.1429.5327.57-
YUV150.5120.38156.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=41.30%
G=28.91%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013313700.30.280.25355.7930.4863.33
HexBE858901E1C191641e3f
Octal27620521103634315443677
Binary101111101000010110001001011110111001100110110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8589; }

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

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

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

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

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

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

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

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