#BE818D

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

Shades of Puce #BE818D

Tints of Puce #BE818D

Color information

#BE818D (or 0xBE818D) is unknown color: approx Puce. HEX triplet: BE, 81 and 8D. RGB value is (190,129,141). Sum of RGB (Red+Green+Blue) = 190+129+141=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE818D is #417E72. Grayscale: #949494. Windows color (decimal): -4292211 or 9273790. OLE color: 9273790.

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

Color convert

RGB190129141-
CMYK00.320.260.25
HSL348.2º31.94%62.55%-
HSV(B)348.2º32.11%74.51%-
XYZ33.8928.5728.93-
YUV148.61123.71157.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=41.30%
G=28.04%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012914100.320.260.25348.231.9462.55
HexBE818D0201A1915c203f
Octal27620121504032315344077
Binary10111110100000011000110101000001101011001101011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE818D; }

 p { color: rgb(190,129,141); }

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

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

 a { background-color: rgb(190,129,141); }

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

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

 span { border-color: rgb(190,129,141); }

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