#B89D82

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

Shades of Pale Taupe #B89D82

Tints of Pale Taupe #B89D82

Color information

#B89D82 (or 0xB89D82) is unknown color: approx Pale Taupe. HEX triplet: B8, 9D and 82. RGB value is (184,157,130). Sum of RGB (Red+Green+Blue) = 184+157+130=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D82 is #47627D. Grayscale: #A2A2A2. Windows color (decimal): -4678270 or 8560056. OLE color: 8560056.

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

Color convert

RGB184157130-
CMYK00.150.290.28
HSL30º27.55%61.57%-
HSV(B)30º29.35%72.16%-
XYZ35.8535.9226.16-
YUV161.99109.95143.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=39.07%
G=33.33%
B=27.60%

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
Decimal18415713000.150.290.283027.5561.57
HexB89D820F1D1C1e1c3e
Octal2702352020173534363476
Binary1011100010011101100000100111111101111001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D82; }

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

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

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

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

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

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

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

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