#BB9680

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

Shades of Pale Taupe #BB9680

Tints of Pale Taupe #BB9680

Color information

#BB9680 (or 0xBB9680) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 80. RGB value is (187,150,128). Sum of RGB (Red+Green+Blue) = 187+150+128=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9680 is #44697F. Grayscale: #9E9E9E. Windows color (decimal): -4483456 or 8427195. OLE color: 8427195.

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

Color convert

RGB187150128-
CMYK00.200.320.27
HSL22.37º30.26%61.76%-
HSV(B)22.37º31.55%73.33%-
XYZ35.333.9425.11-
YUV158.56110.76148.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=40.22%
G=32.26%
B=27.53%

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
Decimal18715012800.200.320.2722.3730.2661.76
HexBB9680014201B161e3e
Octal2732262000244033263676
Binary101110111001011010000000010100100000110111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9680; }

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

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

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

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

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

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

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

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