#B9868A

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

Shades of Puce #B9868A

Tints of Puce #B9868A

Color information

#B9868A (or 0xB9868A) is unknown color: approx Puce. HEX triplet: B9, 86 and 8A. RGB value is (185,134,138). Sum of RGB (Red+Green+Blue) = 185+134+138=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9868A is #467975. Grayscale: #959595. Windows color (decimal): -4618614 or 9078457. OLE color: 9078457.

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

Color convert

RGB185134138-
CMYK00.280.250.27
HSL355.29º26.7%62.55%-
HSV(B)355.29º27.57%72.55%-
XYZ33.1229.227.94-
YUV149.71121.4153.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=40.48%
G=29.32%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413800.280.250.27355.2926.762.55
HexB9868A01C191B1631b3f
Octal27120621203431335433377
Binary101110011000011010001010011100110011101110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9868A; }

 p { color: rgb(185,134,138); }

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

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

 a { background-color: rgb(185,134,138); }

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

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

 span { border-color: rgb(185,134,138); }

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