#BE8485

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

Shades of Puce #BE8485

Tints of Puce #BE8485

Color information

#BE8485 (or 0xBE8485) is unknown color: approx Puce. HEX triplet: BE, 84 and 85. RGB value is (190,132,133). Sum of RGB (Red+Green+Blue) = 190+132+133=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8485 is #417B7A. Grayscale: #959595. Windows color (decimal): -4291451 or 8750270. OLE color: 8750270.

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

Color convert

RGB190132133-
CMYK00.310.30.25
HSL358.97º30.85%63.14%-
HSV(B)358.97º30.53%74.51%-
XYZ33.7229.1426.04-
YUV149.46118.72156.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=41.76%
G=29.01%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013213300.310.30.25358.9730.8563.14
HexBE848501F1E191671f3f
Octal27620420503736315473777
Binary101111101000010010000101011111111101100110110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8485; }

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

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

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

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

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

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

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

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