#BB9171

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

Shades of Pale Taupe #BB9171

Tints of Pale Taupe #BB9171

Color information

#BB9171 (or 0xBB9171) is unknown color: approx Pale Taupe. HEX triplet: BB, 91 and 71. RGB value is (187,145,113). Sum of RGB (Red+Green+Blue) = 187+145+113=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9171 is #446E8E. Grayscale: #9A9A9A. Windows color (decimal): -4484751 or 7442875. OLE color: 7442875.

HSL color Cylindrical-coordinate representation of color #BB9171: hue angle of 25.95º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9171 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187145113-
CMYK00.220.400.27
HSL25.95º35.24%58.82%-
HSV(B)25.95º39.57%73.33%-
XYZ33.632.0120.03-
YUV153.91104.91151.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=42.02%
G=32.58%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714511300.220.400.2725.9535.2458.82
HexBB9171016281B1a233b
Octal2732211610265033324373
Binary101110111001000111100010101101010001101111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9171; }

 p { color: rgb(187,145,113); }

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

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

 a { background-color: rgb(187,145,113); }

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

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

 span { border-color: rgb(187,145,113); }

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