#B98589

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

Shades of Puce #B98589

Tints of Puce #B98589

Color information

#B98589 (or 0xB98589) is unknown color: approx Puce. HEX triplet: B9, 85 and 89. RGB value is (185,133,137). Sum of RGB (Red+Green+Blue) = 185+133+137=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98589 is #467A76. Grayscale: #959595. Windows color (decimal): -4618871 or 9012665. OLE color: 9012665.

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

Color convert

RGB185133137-
CMYK00.280.260.27
HSL355.38º27.08%62.35%-
HSV(B)355.38º28.11%72.55%-
XYZ32.9128.927.51-
YUV149121.23153.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=40.66%
G=29.23%
B=30.11%

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
Decimal18513313700.280.260.27355.3827.0862.35
HexB9858901C1A1B1631b3e
Octal27120521103432335433376
Binary101110011000010110001001011100110101101110110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98589; }

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

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

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

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

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

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

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

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