#B89682

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

Shades of Pale Taupe #B89682

Tints of Pale Taupe #B89682

Color information

#B89682 (or 0xB89682) is unknown color: approx Pale Taupe. HEX triplet: B8, 96 and 82. RGB value is (184,150,130). Sum of RGB (Red+Green+Blue) = 184+150+130=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B89682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89682 is #47697D. Grayscale: #9E9E9E. Windows color (decimal): -4680062 or 8558264. OLE color: 8558264.

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

Color convert

RGB184150130-
CMYK00.180.290.28
HSL22.22º27.55%61.57%-
HSV(B)22.22º29.35%72.16%-
XYZ34.733.6125.78-
YUV157.89112.26146.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=39.66%
G=32.33%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415013000.180.290.2822.2227.5561.57
HexB896820121D1C161c3e
Octal2702262020223534263476
Binary10111000100101101000001001001011101111001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89682; }

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

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

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

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

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

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

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

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