#BE8586

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

Shades of Puce #BE8586

Tints of Puce #BE8586

Color information

#BE8586 (or 0xBE8586) is unknown color: approx Puce. HEX triplet: BE, 85 and 86. RGB value is (190,133,134). Sum of RGB (Red+Green+Blue) = 190+133+134=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8586 is #417A79. Grayscale: #969696. Windows color (decimal): -4291194 or 8816062. OLE color: 8816062.

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

Color convert

RGB190133134-
CMYK00.30.290.25
HSL358.95º30.48%63.33%-
HSV(B)358.95º30%74.51%-
XYZ33.9329.4426.45-
YUV150.16118.88156.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=41.58%
G=29.10%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013313400.30.290.25358.9530.4863.33
HexBE858601E1D191671e3f
Octal27620520603635315473677
Binary101111101000010110000110011110111011100110110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8586; }

 p { color: rgb(190,133,134); }

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

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

 a { background-color: rgb(190,133,134); }

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

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

 span { border-color: rgb(190,133,134); }

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