#B9868B

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

Shades of Puce #B9868B

Tints of Puce #B9868B

Color information

#B9868B (or 0xB9868B) is unknown color: approx Puce. HEX triplet: B9, 86 and 8B. RGB value is (185,134,139). Sum of RGB (Red+Green+Blue) = 185+134+139=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9868B is #467974. Grayscale: #959595. Windows color (decimal): -4618613 or 9143993. OLE color: 9143993.

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

Color convert

RGB185134139-
CMYK00.280.250.27
HSL354.12º26.7%62.55%-
HSV(B)354.12º27.57%72.55%-
XYZ33.1929.2328.32-
YUV149.82121.9153.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=40.39%
G=29.26%
B=30.35%

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
Decimal18513413900.280.250.27354.1226.762.55
HexB9868B01C191B1621b3f
Octal27120621303431335423377
Binary101110011000011010001011011100110011101110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9868B; }

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

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

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

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

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

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

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

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