#BE7E98

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

Shades of Puce #BE7E98

Tints of Puce #BE7E98

Color information

#BE7E98 (or 0xBE7E98) is unknown color: approx Puce. HEX triplet: BE, 7E and 98. RGB value is (190,126,152). Sum of RGB (Red+Green+Blue) = 190+126+152=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E98 is #418167. Grayscale: #949494. Windows color (decimal): -4292968 or 9993918. OLE color: 9993918.

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

Color convert

RGB190126152-
CMYK00.340.20.25
HSL335.62º32.99%61.96%-
HSV(B)335.62º33.68%74.51%-
XYZ34.3628.1433.33-
YUV148.1130.2157.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=40.60%
G=26.92%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012615200.340.20.25335.6232.9961.96
HexBE7E980221419150213e
Octal27617623004224315204176
Binary1011111011111101001100001000101010011001101010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E98; }

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

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

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

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

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

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

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

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