#B89676

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

Shades of Pale Taupe #B89676

Tints of Pale Taupe #B89676

Color information

#B89676 (or 0xB89676) is unknown color: approx Pale Taupe. HEX triplet: B8, 96 and 76. RGB value is (184,150,118). Sum of RGB (Red+Green+Blue) = 184+150+118=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B89676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89676 is #476989. Grayscale: #9C9C9C. Windows color (decimal): -4680074 or 7771832. OLE color: 7771832.

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

Color convert

RGB184150118-
CMYK00.180.360.28
HSL29.09º31.73%59.22%-
HSV(B)29.09º35.87%72.16%-
XYZ33.9433.3121.78-
YUV156.52106.26147.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=40.71%
G=33.19%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415011800.180.360.2829.0931.7359.22
HexB89676012241C1d203b
Octal2702261660224434354073
Binary101110001001011011101100100101001001110011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89676; }

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

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

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

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

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

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

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

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