#BE7F8C

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

Shades of Puce #BE7F8C

Tints of Puce #BE7F8C

Color information

#BE7F8C (or 0xBE7F8C) is unknown color: approx Puce. HEX triplet: BE, 7F and 8C. RGB value is (190,127,140). Sum of RGB (Red+Green+Blue) = 190+127+140=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8C is #418073. Grayscale: #939393. Windows color (decimal): -4292724 or 9207742. OLE color: 9207742.

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

Color convert

RGB190127140-
CMYK00.330.260.25
HSL347.62º32.64%62.16%-
HSV(B)347.62º33.16%74.51%-
XYZ33.5628.0228.45-
YUV147.32123.87158.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=41.58%
G=27.79%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012714000.330.260.25347.6232.6462.16
HexBE7F8C0211A1915c213e
Octal27617721404132315344176
Binary1011111011111111000110001000011101011001101011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F8C; }

 p { color: rgb(190,127,140); }

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

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

 a { background-color: rgb(190,127,140); }

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

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

 span { border-color: rgb(190,127,140); }

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