#BE8492

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

Shades of Puce #BE8492

Tints of Puce #BE8492

Color information

#BE8492 (or 0xBE8492) is unknown color: approx Puce. HEX triplet: BE, 84 and 92. RGB value is (190,132,146). Sum of RGB (Red+Green+Blue) = 190+132+146=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8492 is #417B6D. Grayscale: #969696. Windows color (decimal): -4291438 or 9602238. OLE color: 9602238.

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

Color convert

RGB190132146-
CMYK00.310.230.25
HSL345.52º30.85%63.14%-
HSV(B)345.52º30.53%74.51%-
XYZ34.6729.5331.07-
YUV150.94125.22155.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=40.60%
G=28.21%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013214600.310.230.25345.5230.8563.14
HexBE849201F171915a1f3f
Octal27620422203727315323777
Binary101111101000010010010010011111101111100110101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8492; }

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

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

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

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

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

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

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

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