#BE7F94

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

Shades of Puce #BE7F94

Tints of Puce #BE7F94

Color information

#BE7F94 (or 0xBE7F94) is unknown color: approx Puce. HEX triplet: BE, 7F and 94. RGB value is (190,127,148). Sum of RGB (Red+Green+Blue) = 190+127+148=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F94 is #41806B. Grayscale: #949494. Windows color (decimal): -4292716 or 9732030. OLE color: 9732030.

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

Color convert

RGB190127148-
CMYK00.330.220.25
HSL340º32.64%62.16%-
HSV(B)340º33.16%74.51%-
XYZ34.1728.2631.67-
YUV148.23127.87157.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=40.86%
G=27.31%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012714800.330.220.2534032.6462.16
HexBE7F940211619154213e
Octal27617722404126315244176
Binary1011111011111111001010001000011011011001101010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F94; }

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

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

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

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

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

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

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

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