#BE8590

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

Shades of Puce #BE8590

Tints of Puce #BE8590

Color information

#BE8590 (or 0xBE8590) is unknown color: approx Puce. HEX triplet: BE, 85 and 90. RGB value is (190,133,144). Sum of RGB (Red+Green+Blue) = 190+133+144=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8590 is #417A6F. Grayscale: #979797. Windows color (decimal): -4291184 or 9471422. OLE color: 9471422.

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

Color convert

RGB190133144-
CMYK00.30.240.25
HSL348.42º30.48%63.33%-
HSV(B)348.42º30%74.51%-
XYZ34.6629.7430.3-
YUV151.3123.88155.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=40.69%
G=28.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013314400.30.240.25348.4230.4863.33
HexBE859001E181915c1e3f
Octal27620522003630315343677
Binary101111101000010110010000011110110001100110101110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8590; }

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

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

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

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

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

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

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

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