#BE818E

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

Shades of Puce #BE818E

Tints of Puce #BE818E

Color information

#BE818E (or 0xBE818E) is unknown color: approx Puce. HEX triplet: BE, 81 and 8E. RGB value is (190,129,142). Sum of RGB (Red+Green+Blue) = 190+129+142=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE818E is #417E71. Grayscale: #949494. Windows color (decimal): -4292210 or 9339326. OLE color: 9339326.

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

Color convert

RGB190129142-
CMYK00.320.250.25
HSL347.21º31.94%62.55%-
HSV(B)347.21º32.11%74.51%-
XYZ33.9728.629.32-
YUV148.72124.21157.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=41.21%
G=27.98%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012914200.320.250.25347.2131.9462.55
HexBE818E020191915b203f
Octal27620121604031315334077
Binary10111110100000011000111001000001100111001101011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE818E; }

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

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

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

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

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

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

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

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