#BB9781

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

Shades of Pale Taupe #BB9781

Tints of Pale Taupe #BB9781

Color information

#BB9781 (or 0xBB9781) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 81. RGB value is (187,151,129). Sum of RGB (Red+Green+Blue) = 187+151+129=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9781 is #44687E. Grayscale: #9F9F9F. Windows color (decimal): -4483199 or 8492987. OLE color: 8492987.

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

Color convert

RGB187151129-
CMYK00.190.310.27
HSL22.76º29.9%61.96%-
HSV(B)22.76º31.02%73.33%-
XYZ35.5234.2825.51-
YUV159.26110.93147.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=40.04%
G=32.33%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715112900.190.310.2722.7629.961.96
HexBB97810131F1B171e3e
Octal2732272010233733273676
Binary10111011100101111000000101001111111110111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9781; }

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

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

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

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

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

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

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

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