#BB9580

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

Shades of Pale Taupe #BB9580

Tints of Pale Taupe #BB9580

Color information

#BB9580 (or 0xBB9580) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 80. RGB value is (187,149,128). Sum of RGB (Red+Green+Blue) = 187+149+128=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9580 is #446A7F. Grayscale: #9E9E9E. Windows color (decimal): -4483712 or 8426939. OLE color: 8426939.

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

Color convert

RGB187149128-
CMYK00.200.320.27
HSL21.36º30.26%61.76%-
HSV(B)21.36º31.55%73.33%-
XYZ35.1433.6225.06-
YUV157.97111.09148.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=40.30%
G=32.11%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714912800.200.320.2721.3630.2661.76
HexBB9580014201B151e3e
Octal2732252000244033253676
Binary101110111001010110000000010100100000110111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9580; }

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

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

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

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

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

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

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

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