#B89B87

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

Shades of Pale Taupe #B89B87

Tints of Pale Taupe #B89B87

Color information

#B89B87 (or 0xB89B87) is unknown color: approx Pale Taupe. HEX triplet: B8, 9B and 87. RGB value is (184,155,135). Sum of RGB (Red+Green+Blue) = 184+155+135=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B87 is #476478. Grayscale: #A1A1A1. Windows color (decimal): -4678777 or 8887224. OLE color: 8887224.

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

Color convert

RGB184155135-
CMYK00.160.270.28
HSL24.49º25.65%62.55%-
HSV(B)24.49º26.63%72.16%-
XYZ35.8635.3827.86-
YUV161.39113.11144.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=38.82%
G=32.70%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415513500.160.270.2824.4925.6562.55
HexB89B870101B1C181a3f
Octal2702332070203334303277
Binary10111000100110111000011101000011011111001100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B87; }

 p { color: rgb(184,155,135); }

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

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

 a { background-color: rgb(184,155,135); }

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

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

 span { border-color: rgb(184,155,135); }

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