#B98689

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

Shades of Puce #B98689

Tints of Puce #B98689

Color information

#B98689 (or 0xB98689) is unknown color: approx Puce. HEX triplet: B9, 86 and 89. RGB value is (185,134,137). Sum of RGB (Red+Green+Blue) = 185+134+137=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98689 is #467976. Grayscale: #959595. Windows color (decimal): -4618615 or 9012921. OLE color: 9012921.

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

Color convert

RGB185134137-
CMYK00.280.260.27
HSL356.47º26.7%62.55%-
HSV(B)356.47º27.57%72.55%-
XYZ33.0529.1727.56-
YUV149.59120.9153.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=40.57%
G=29.39%
B=30.04%

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
Decimal18513413700.280.260.27356.4726.762.55
HexB9868901C1A1B1641b3f
Octal27120621103432335443377
Binary101110011000011010001001011100110101101110110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98689; }

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

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

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

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

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

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

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

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