#BB9071

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

Shades of Pale Taupe #BB9071

Tints of Pale Taupe #BB9071

Color information

#BB9071 (or 0xBB9071) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 71. RGB value is (187,144,113). Sum of RGB (Red+Green+Blue) = 187+144+113=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9071 is #446F8E. Grayscale: #999999. Windows color (decimal): -4485007 or 7442619. OLE color: 7442619.

HSL color Cylindrical-coordinate representation of color #BB9071: hue angle of 25.14º 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 #BB9071 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187144113-
CMYK00.230.400.27
HSL25.14º35.24%58.82%-
HSV(B)25.14º39.57%73.33%-
XYZ33.4531.719.98-
YUV153.32105.25152.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=42.12%
G=32.43%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714411300.230.400.2725.1435.2458.82
HexBB9071017281B19233b
Octal2732201610275033314373
Binary101110111001000011100010101111010001101111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9071; }

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

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

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

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

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

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

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

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