#BE7F92

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

Shades of Puce #BE7F92

Tints of Puce #BE7F92

Color information

#BE7F92 (or 0xBE7F92) is unknown color: approx Puce. HEX triplet: BE, 7F and 92. RGB value is (190,127,146). Sum of RGB (Red+Green+Blue) = 190+127+146=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F92 is #41806D. Grayscale: #939393. Windows color (decimal): -4292718 or 9600958. OLE color: 9600958.

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

Color convert

RGB190127146-
CMYK00.330.230.25
HSL341.9º32.64%62.16%-
HSV(B)341.9º33.16%74.51%-
XYZ34.0128.230.84-
YUV148126.87157.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=41.04%
G=27.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012714600.330.230.25341.932.6462.16
HexBE7F920211719156213e
Octal27617722204127315264176
Binary1011111011111111001001001000011011111001101010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F92; }

 p { color: rgb(190,127,146); }

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

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

 a { background-color: rgb(190,127,146); }

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

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

 span { border-color: rgb(190,127,146); }

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