#BB9980

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

Shades of Pale Taupe #BB9980

Tints of Pale Taupe #BB9980

Color information

#BB9980 (or 0xBB9980) is unknown color: approx Pale Taupe. HEX triplet: BB, 99 and 80. RGB value is (187,153,128). Sum of RGB (Red+Green+Blue) = 187+153+128=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9980 is #44667F. Grayscale: #A0A0A0. Windows color (decimal): -4482688 or 8427963. OLE color: 8427963.

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

Color convert

RGB187153128-
CMYK00.180.320.27
HSL25.42º30.26%61.76%-
HSV(B)25.42º31.55%73.33%-
XYZ35.7834.9125.27-
YUV160.32109.76147.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=39.96%
G=32.69%
B=27.35%

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
Decimal18715312800.180.320.2725.4230.2661.76
HexBB9980012201B191e3e
Octal2732312000224033313676
Binary101110111001100110000000010010100000110111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9980; }

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

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

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

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

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

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

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

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