#BE7E92

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

Shades of Puce #BE7E92

Tints of Puce #BE7E92

Color information

#BE7E92 (or 0xBE7E92) is unknown color: approx Puce. HEX triplet: BE, 7E and 92. RGB value is (190,126,146). Sum of RGB (Red+Green+Blue) = 190+126+146=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E92 is #41816D. Grayscale: #939393. Windows color (decimal): -4292974 or 9600702. OLE color: 9600702.

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

Color convert

RGB190126146-
CMYK00.340.230.25
HSL341.25º32.99%61.96%-
HSV(B)341.25º33.68%74.51%-
XYZ33.8827.9430.8-
YUV147.42127.2158.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=41.13%
G=27.27%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012614600.340.230.25341.2532.9961.96
HexBE7E920221719155213e
Octal27617622204227315254176
Binary1011111011111101001001001000101011111001101010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E92; }

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

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

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

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

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

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

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

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