#B9858C

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

Shades of Puce #B9858C

Tints of Puce #B9858C

Color information

#B9858C (or 0xB9858C) is unknown color: approx Puce. HEX triplet: B9, 85 and 8C. RGB value is (185,133,140). Sum of RGB (Red+Green+Blue) = 185+133+140=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858C is #467A73. Grayscale: #959595. Windows color (decimal): -4618868 or 9209273. OLE color: 9209273.

HSL color Cylindrical-coordinate representation of color #B9858C: hue angle of 351.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9858C is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185133140-
CMYK00.280.240.27
HSL351.92º27.08%62.35%-
HSV(B)351.92º28.11%72.55%-
XYZ33.1328.9828.66-
YUV149.35122.73153.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=40.39%
G=29.04%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513314000.280.240.27351.9227.0862.35
HexB9858C01C181B1601b3e
Octal27120521403430335403376
Binary101110011000010110001100011100110001101110110000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9858C; }

 p { color: rgb(185,133,140); }

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

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

 a { background-color: rgb(185,133,140); }

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

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

 span { border-color: rgb(185,133,140); }

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