#B98889

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

Shades of Puce #B98889

Tints of Puce #B98889

Color information

#B98889 (or 0xB98889) is unknown color: approx Puce. HEX triplet: B9, 88 and 89. RGB value is (185,136,137). Sum of RGB (Red+Green+Blue) = 185+136+137=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98889 is #467776. Grayscale: #969696. Windows color (decimal): -4618103 or 9013433. OLE color: 9013433.

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

Color convert

RGB185136137-
CMYK00.260.260.27
HSL358.78º25.93%62.94%-
HSV(B)358.78º26.49%72.55%-
XYZ33.3329.7327.65-
YUV150.76120.23152.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=40.39%
G=29.69%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513613700.260.260.27358.7825.9362.94
HexB9888901A1A1B1671a3f
Octal27121021103232335473277
Binary101110011000100010001001011010110101101110110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98889; }

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

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

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

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

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

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

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

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