#BB9681

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

Shades of Pale Taupe #BB9681

Tints of Pale Taupe #BB9681

Color information

#BB9681 (or 0xBB9681) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 81. RGB value is (187,150,129). Sum of RGB (Red+Green+Blue) = 187+150+129=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9681 is #44697E. Grayscale: #9E9E9E. Windows color (decimal): -4483455 or 8492731. OLE color: 8492731.

HSL color Cylindrical-coordinate representation of color #BB9681: hue angle of 21.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9681 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187150129-
CMYK00.200.310.27
HSL21.72º29.9%61.96%-
HSV(B)21.72º31.02%73.33%-
XYZ35.3633.9625.46-
YUV158.67111.26148.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=40.13%
G=32.19%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715012900.200.310.2721.7229.961.96
HexBB96810141F1B161e3e
Octal2732262010243733263676
Binary10111011100101101000000101010011111110111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9681; }

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

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

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

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

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

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

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

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