#BE7E8F

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

Shades of Puce #BE7E8F

Tints of Puce #BE7E8F

Color information

#BE7E8F (or 0xBE7E8F) is unknown color: approx Puce. HEX triplet: BE, 7E and 8F. RGB value is (190,126,143). Sum of RGB (Red+Green+Blue) = 190+126+143=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8F is #418170. Grayscale: #939393. Windows color (decimal): -4292977 or 9404094. OLE color: 9404094.

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

Color convert

RGB190126143-
CMYK00.340.250.25
HSL344.06º32.99%61.96%-
HSV(B)344.06º33.68%74.51%-
XYZ33.6527.8529.59-
YUV147.07125.7158.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=41.39%
G=27.45%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012614300.340.250.25344.0632.9961.96
HexBE7E8F0221919158213e
Octal27617621704231315304176
Binary1011111011111101000111101000101100111001101011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E8F; }

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

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

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

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

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

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

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

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