#B89B85

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

Shades of Pale Taupe #B89B85

Tints of Pale Taupe #B89B85

Color information

#B89B85 (or 0xB89B85) is unknown color: approx Pale Taupe. HEX triplet: B8, 9B and 85. RGB value is (184,155,133). Sum of RGB (Red+Green+Blue) = 184+155+133=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B85 is #47647A. Grayscale: #A1A1A1. Windows color (decimal): -4678779 or 8756152. OLE color: 8756152.

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

Color convert

RGB184155133-
CMYK00.160.280.28
HSL25.88º26.42%62.16%-
HSV(B)25.88º27.72%72.16%-
XYZ35.7235.3327.13-
YUV161.16112.11144.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=38.98%
G=32.84%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415513300.160.280.2825.8826.4262.16
HexB89B850101C1C1a1a3e
Octal2702332050203434323276
Binary10111000100110111000010101000011100111001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B85; }

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

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

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

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

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

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

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

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