#B98789

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

Shades of Puce #B98789

Tints of Puce #B98789

Color information

#B98789 (or 0xB98789) is unknown color: approx Puce. HEX triplet: B9, 87 and 89. RGB value is (185,135,137). Sum of RGB (Red+Green+Blue) = 185+135+137=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98789 is #467876. Grayscale: #969696. Windows color (decimal): -4618359 or 9013177. OLE color: 9013177.

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

Color convert

RGB185135137-
CMYK00.270.260.27
HSL357.6º26.32%62.75%-
HSV(B)357.6º27.03%72.55%-
XYZ33.1929.4527.6-
YUV150.18120.56152.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=40.48%
G=29.54%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513513700.270.260.27357.626.3262.75
HexB9878901B1A1B1661a3f
Octal27120721103332335463277
Binary101110011000011110001001011011110101101110110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98789; }

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

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

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

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

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

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

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

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