#BE7E99

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

Shades of Puce #BE7E99

Tints of Puce #BE7E99

Color information

#BE7E99 (or 0xBE7E99) is unknown color: approx Puce. HEX triplet: BE, 7E and 99. RGB value is (190,126,153). Sum of RGB (Red+Green+Blue) = 190+126+153=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E99 is #418166. Grayscale: #949494. Windows color (decimal): -4292967 or 10059454. OLE color: 10059454.

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

Color convert

RGB190126153-
CMYK00.340.190.25
HSL334.69º32.99%61.96%-
HSV(B)334.69º33.68%74.51%-
XYZ34.4528.1733.76-
YUV148.21130.7157.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=40.51%
G=26.87%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012615300.340.190.25334.6932.9961.96
HexBE7E99022131914f213e
Octal27617623104223315174176
Binary1011111011111101001100101000101001111001101001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E99; }

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

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

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

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

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

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

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

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