#BE7E9A

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

Shades of Puce #BE7E9A

Tints of Puce #BE7E9A

Color information

#BE7E9A (or 0xBE7E9A) is unknown color: approx Puce. HEX triplet: BE, 7E and 9A. RGB value is (190,126,154). Sum of RGB (Red+Green+Blue) = 190+126+154=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E9A is #418165. Grayscale: #949494. Windows color (decimal): -4292966 or 10124990. OLE color: 10124990.

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

Color convert

RGB190126154-
CMYK00.340.190.25
HSL333.75º32.99%61.96%-
HSV(B)333.75º33.68%74.51%-
XYZ34.5328.234.2-
YUV148.33131.2157.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=40.43%
G=26.81%
B=32.77%

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
Decimal19012615400.340.190.25333.7532.9961.96
HexBE7E9A022131914e213e
Octal27617623204223315164176
Binary1011111011111101001101001000101001111001101001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E9A; }

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

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

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

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

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

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

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

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