#B89876

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

Shades of Pale Taupe #B89876

Tints of Pale Taupe #B89876

Color information

#B89876 (or 0xB89876) is unknown color: approx Pale Taupe. HEX triplet: B8, 98 and 76. RGB value is (184,152,118). Sum of RGB (Red+Green+Blue) = 184+152+118=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B89876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89876 is #476789. Grayscale: #9D9D9D. Windows color (decimal): -4679562 or 7772344. OLE color: 7772344.

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

Color convert

RGB184152118-
CMYK00.170.360.28
HSL30.91º31.73%59.22%-
HSV(B)30.91º35.87%72.16%-
XYZ34.2733.9521.89-
YUV157.69105.6146.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=40.53%
G=33.48%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415211800.170.360.2830.9131.7359.22
HexB89876011241C1f203b
Octal2702301660214434374073
Binary101110001001100011101100100011001001110011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89876; }

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

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

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

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

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

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

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

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