#B39B88

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

Shades of Pale Taupe #B39B88

Tints of Pale Taupe #B39B88

Color information

#B39B88 (or 0xB39B88) is unknown color: approx Pale Taupe. HEX triplet: B3, 9B and 88. RGB value is (179,155,136). Sum of RGB (Red+Green+Blue) = 179+155+136=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B88 is #4C6477. Grayscale: #A0A0A0. Windows color (decimal): -5006456 or 8952755. OLE color: 8952755.

HSL color Cylindrical-coordinate representation of color #B39B88: hue angle of 26.51º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39B88 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB179155136-
CMYK00.130.240.30
HSL26.51º22.05%61.76%-
HSV(B)26.51º24.02%70.2%-
XYZ34.7634.828.18-
YUV160.01114.45141.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=38.09%
G=32.98%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915513600.130.240.3026.5122.0561.76
HexB39B880D181E1b163e
Octal2632332100153036332676
Binary1011001110011011100010000110111000111101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B88; }

 p { color: rgb(179,155,136); }

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

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

 a { background-color: rgb(179,155,136); }

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

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

 span { border-color: rgb(179,155,136); }

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