#BB9B77

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

Shades of Pale Taupe #BB9B77

Tints of Pale Taupe #BB9B77

Color information

#BB9B77 (or 0xBB9B77) is unknown color: approx Pale Taupe. HEX triplet: BB, 9B and 77. RGB value is (187,155,119). Sum of RGB (Red+Green+Blue) = 187+155+119=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B77 is #446488. Grayscale: #A0A0A0. Windows color (decimal): -4482185 or 7838651. OLE color: 7838651.

HSL color Cylindrical-coordinate representation of color #BB9B77: hue angle of 31.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9B77 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187155119-
CMYK00.170.360.27
HSL31.76º33.33%60%-
HSV(B)31.76º36.36%73.33%-
XYZ35.5435.3422.4-
YUV160.46104.6146.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=40.56%
G=33.62%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715511900.170.360.2731.7633.3360
HexBB9B77011241B20213c
Octal2732331670214433404174
Binary1011101110011011111011101000110010011011100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B77; }

 p { color: rgb(187,155,119); }

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

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

 a { background-color: rgb(187,155,119); }

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

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

 span { border-color: rgb(187,155,119); }

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