#BB9A80

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

Shades of Pale Taupe #BB9A80

Tints of Pale Taupe #BB9A80

Color information

#BB9A80 (or 0xBB9A80) is unknown color: approx Pale Taupe. HEX triplet: BB, 9A and 80. RGB value is (187,154,128). Sum of RGB (Red+Green+Blue) = 187+154+128=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A80 is #44657F. Grayscale: #A1A1A1. Windows color (decimal): -4482432 or 8428219. OLE color: 8428219.

HSL color Cylindrical-coordinate representation of color #BB9A80: hue angle of 26.44º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9A80 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187154128-
CMYK00.180.320.27
HSL26.44º30.26%61.76%-
HSV(B)26.44º31.55%73.33%-
XYZ35.9535.2325.33-
YUV160.9109.43146.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=39.87%
G=32.84%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715412800.180.320.2726.4430.2661.76
HexBB9A80012201B1a1e3e
Octal2732322000224033323676
Binary101110111001101010000000010010100000110111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A80; }

 p { color: rgb(187,154,128); }

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

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

 a { background-color: rgb(187,154,128); }

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

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

 span { border-color: rgb(187,154,128); }

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