#B89976

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

Shades of Pale Taupe #B89976

Tints of Pale Taupe #B89976

Color information

#B89976 (or 0xB89976) is unknown color: approx Pale Taupe. HEX triplet: B8, 99 and 76. RGB value is (184,153,118). Sum of RGB (Red+Green+Blue) = 184+153+118=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B89976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89976 is #476689. Grayscale: #9E9E9E. Windows color (decimal): -4679306 or 7772600. OLE color: 7772600.

HSL color Cylindrical-coordinate representation of color #B89976: hue angle of 31.82º 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 #B89976 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184153118-
CMYK00.170.360.28
HSL31.82º31.73%59.22%-
HSV(B)31.82º35.87%72.16%-
XYZ34.4334.2821.94-
YUV158.28105.27146.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=40.44%
G=33.63%
B=25.93%

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
Decimal18415311800.170.360.2831.8231.7359.22
HexB89976011241C20203b
Octal2702311660214434404073
Binary1011100010011001111011001000110010011100100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89976; }

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

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

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

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

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

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

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

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