#B89886

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

Shades of Pale Taupe #B89886

Tints of Pale Taupe #B89886

Color information

#B89886 (or 0xB89886) is unknown color: approx Pale Taupe. HEX triplet: B8, 98 and 86. RGB value is (184,152,134). Sum of RGB (Red+Green+Blue) = 184+152+134=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89886 is #476779. Grayscale: #9F9F9F. Windows color (decimal): -4679546 or 8820920. OLE color: 8820920.

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

Color convert

RGB184152134-
CMYK00.170.270.28
HSL21.6º26.04%62.35%-
HSV(B)21.6º27.17%72.16%-
XYZ35.334.3727.33-
YUV159.52113.6145.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=39.15%
G=32.34%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415213400.170.270.2821.626.0462.35
HexB898860111B1C161a3e
Octal2702302060213334263276
Binary10111000100110001000011001000111011111001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89886; }

 p { color: rgb(184,152,134); }

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

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

 a { background-color: rgb(184,152,134); }

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

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

 span { border-color: rgb(184,152,134); }

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