#BE8099

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

Shades of Puce #BE8099

Tints of Puce #BE8099

Color information

#BE8099 (or 0xBE8099) is unknown color: approx Puce. HEX triplet: BE, 80 and 99. RGB value is (190,128,153). Sum of RGB (Red+Green+Blue) = 190+128+153=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8099 is #417F66. Grayscale: #959595. Windows color (decimal): -4292455 or 10059966. OLE color: 10059966.

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

Color convert

RGB190128153-
CMYK00.330.190.25
HSL335.81º32.29%62.35%-
HSV(B)335.81º32.63%74.51%-
XYZ34.728.6933.84-
YUV149.39130.04156.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=40.34%
G=27.18%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012815300.330.190.25335.8132.2962.35
HexBE80990211319150203e
Octal27620023104123315204076
Binary10111110100000001001100101000011001111001101010000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8099; }

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

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

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

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

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

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

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

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