#BE8092

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

Shades of Puce #BE8092

Tints of Puce #BE8092

Color information

#BE8092 (or 0xBE8092) is unknown color: approx Puce. HEX triplet: BE, 80 and 92. RGB value is (190,128,146). Sum of RGB (Red+Green+Blue) = 190+128+146=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8092 is #417F6D. Grayscale: #949494. Windows color (decimal): -4292462 or 9601214. OLE color: 9601214.

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

Color convert

RGB190128146-
CMYK00.330.230.25
HSL342.58º32.29%62.35%-
HSV(B)342.58º32.63%74.51%-
XYZ34.1428.4630.89-
YUV148.59126.54157.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=40.95%
G=27.59%
B=31.47%

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
Decimal19012814600.330.230.25342.5832.2962.35
HexBE80920211719157203e
Octal27620022204127315274076
Binary10111110100000001001001001000011011111001101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8092; }

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

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

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

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

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

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

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

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