#B98687

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

Shades of Puce #B98687

Tints of Puce #B98687

Color information

#B98687 (or 0xB98687) is unknown color: approx Puce. HEX triplet: B9, 86 and 87. RGB value is (185,134,135). Sum of RGB (Red+Green+Blue) = 185+134+135=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B98687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98687 is #467978. Grayscale: #959595. Windows color (decimal): -4618617 or 8881849. OLE color: 8881849.

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

Color convert

RGB185134135-
CMYK00.280.270.27
HSL358.82º26.7%62.55%-
HSV(B)358.82º27.57%72.55%-
XYZ32.9129.1126.81-
YUV149.36119.9153.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=40.75%
G=29.52%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413500.280.270.27358.8226.762.55
HexB9868701C1B1B1671b3f
Octal27120620703433335473377
Binary101110011000011010000111011100110111101110110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98687; }

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

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

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

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

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

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

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

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