#BE8090

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

Shades of Puce #BE8090

Tints of Puce #BE8090

Color information

#BE8090 (or 0xBE8090) is unknown color: approx Puce. HEX triplet: BE, 80 and 90. RGB value is (190,128,144). Sum of RGB (Red+Green+Blue) = 190+128+144=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8090 is #417F6F. Grayscale: #949494. Windows color (decimal): -4292464 or 9470142. OLE color: 9470142.

HSL color Cylindrical-coordinate representation of color #BE8090: hue angle of 344.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8090 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190128144-
CMYK00.330.240.25
HSL344.52º32.29%62.35%-
HSV(B)344.52º32.63%74.51%-
XYZ33.9928.430.08-
YUV148.36125.54157.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=41.13%
G=27.71%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012814400.330.240.25344.5232.2962.35
HexBE80900211819159203e
Octal27620022004130315314076
Binary10111110100000001001000001000011100011001101011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8090; }

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

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

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

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

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

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

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

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