#BE8B8D

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

Shades of Puce #BE8B8D

Tints of Puce #BE8B8D

Color information

#BE8B8D (or 0xBE8B8D) is unknown color: approx Puce. HEX triplet: BE, 8B and 8D. RGB value is (190,139,141). Sum of RGB (Red+Green+Blue) = 190+139+141=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B8D is #417472. Grayscale: #9A9A9A. Windows color (decimal): -4289651 or 9276350. OLE color: 9276350.

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

Color convert

RGB190139141-
CMYK00.270.260.25
HSL357.65º28.18%64.51%-
HSV(B)357.65º26.84%74.51%-
XYZ35.2831.3429.39-
YUV154.48120.4153.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 141 (55.47% from 255) = 30%
R=40.43%
G=29.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013914100.270.260.25357.6528.1864.51
HexBE8B8D01B1A191661c41
Octal276213215033323154634101
Binary1011111010001011100011010110111101011001101100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B8D; }

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

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

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

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

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

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

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

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