#BB9780

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

Shades of Pale Taupe #BB9780

Tints of Pale Taupe #BB9780

Color information

#BB9780 (or 0xBB9780) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 80. RGB value is (187,151,128). Sum of RGB (Red+Green+Blue) = 187+151+128=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9780 is #44687F. Grayscale: #9F9F9F. Windows color (decimal): -4483200 or 8427451. OLE color: 8427451.

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

Color convert

RGB187151128-
CMYK00.190.320.27
HSL23.39º30.26%61.76%-
HSV(B)23.39º31.55%73.33%-
XYZ35.4634.2625.17-
YUV159.14110.43147.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=40.13%
G=32.40%
B=27.47%

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
Decimal18715112800.190.320.2723.3930.2661.76
HexBB9780013201B171e3e
Octal2732272000234033273676
Binary101110111001011110000000010011100000110111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9780; }

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

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

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

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

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

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

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

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