#B89C82

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

Shades of Pale Taupe #B89C82

Tints of Pale Taupe #B89C82

Color information

#B89C82 (or 0xB89C82) is unknown color: approx Pale Taupe. HEX triplet: B8, 9C and 82. RGB value is (184,156,130). Sum of RGB (Red+Green+Blue) = 184+156+130=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C82 is #47637D. Grayscale: #A1A1A1. Windows color (decimal): -4678526 or 8559800. OLE color: 8559800.

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

Color convert

RGB184156130-
CMYK00.150.290.28
HSL28.89º27.55%61.57%-
HSV(B)28.89º29.35%72.16%-
XYZ35.6835.5826.11-
YUV161.41110.28144.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=39.15%
G=33.19%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415613000.150.290.2828.8927.5561.57
HexB89C820F1D1C1d1c3e
Octal2702342020173534353476
Binary1011100010011100100000100111111101111001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C82; }

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

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

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

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

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

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

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

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