#BE7F8E

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

Shades of Puce #BE7F8E

Tints of Puce #BE7F8E

Color information

#BE7F8E (or 0xBE7F8E) is unknown color: approx Puce. HEX triplet: BE, 7F and 8E. RGB value is (190,127,142). Sum of RGB (Red+Green+Blue) = 190+127+142=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8E is #418071. Grayscale: #939393. Windows color (decimal): -4292722 or 9338814. OLE color: 9338814.

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

Color convert

RGB190127142-
CMYK00.330.250.25
HSL345.71º32.64%62.16%-
HSV(B)345.71º33.16%74.51%-
XYZ33.7128.0829.23-
YUV147.55124.87158.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=41.39%
G=27.67%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012714200.330.250.25345.7132.6462.16
HexBE7F8E021191915a213e
Octal27617721604131315324176
Binary1011111011111111000111001000011100111001101011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F8E; }

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

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

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

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

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

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

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

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