#BE7E93

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

Shades of Puce #BE7E93

Tints of Puce #BE7E93

Color information

#BE7E93 (or 0xBE7E93) is unknown color: approx Puce. HEX triplet: BE, 7E and 93. RGB value is (190,126,147). Sum of RGB (Red+Green+Blue) = 190+126+147=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E93 is #41816C. Grayscale: #939393. Windows color (decimal): -4292973 or 9666238. OLE color: 9666238.

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

Color convert

RGB190126147-
CMYK00.340.230.25
HSL340.31º32.99%61.96%-
HSV(B)340.31º33.68%74.51%-
XYZ33.9627.9831.21-
YUV147.53127.7158.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=41.04%
G=27.21%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012614700.340.230.25340.3132.9961.96
HexBE7E930221719154213e
Octal27617622304227315244176
Binary1011111011111101001001101000101011111001101010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E93; }

 p { color: rgb(190,126,147); }

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

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

 a { background-color: rgb(190,126,147); }

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

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

 span { border-color: rgb(190,126,147); }

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