#B98688

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

Shades of Puce #B98688

Tints of Puce #B98688

Color information

#B98688 (or 0xB98688) is unknown color: approx Puce. HEX triplet: B9, 86 and 88. RGB value is (185,134,136). Sum of RGB (Red+Green+Blue) = 185+134+136=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98688 is #467977. Grayscale: #959595. Windows color (decimal): -4618616 or 8947385. OLE color: 8947385.

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

Color convert

RGB185134136-
CMYK00.280.260.27
HSL357.65º26.7%62.55%-
HSV(B)357.65º27.57%72.55%-
XYZ32.9829.1427.18-
YUV149.48120.4153.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=40.66%
G=29.45%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413600.280.260.27357.6526.762.55
HexB9868801C1A1B1661b3f
Octal27120621003432335463377
Binary101110011000011010001000011100110101101110110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98688; }

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

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

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

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

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

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

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

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