#BB9880

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

Shades of Pale Taupe #BB9880

Tints of Pale Taupe #BB9880

Color information

#BB9880 (or 0xBB9880) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 80. RGB value is (187,152,128). Sum of RGB (Red+Green+Blue) = 187+152+128=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9880 is #44677F. Grayscale: #9F9F9F. Windows color (decimal): -4482944 or 8427707. OLE color: 8427707.

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

Color convert

RGB187152128-
CMYK00.190.320.27
HSL24.41º30.26%61.76%-
HSV(B)24.41º31.55%73.33%-
XYZ35.6234.5825.22-
YUV159.73110.1147.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=40.04%
G=32.55%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715212800.190.320.2724.4130.2661.76
HexBB9880013201B181e3e
Octal2732302000234033303676
Binary101110111001100010000000010011100000110111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9880; }

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

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

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

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

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

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

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

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