#BB9C77

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

Shades of Pale Taupe #BB9C77

Tints of Pale Taupe #BB9C77

Color information

#BB9C77 (or 0xBB9C77) is unknown color: approx Pale Taupe. HEX triplet: BB, 9C and 77. RGB value is (187,156,119). Sum of RGB (Red+Green+Blue) = 187+156+119=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C77 is #446388. Grayscale: #A1A1A1. Windows color (decimal): -4481929 or 7838907. OLE color: 7838907.

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

Color convert

RGB187156119-
CMYK00.170.360.27
HSL32.65º33.33%60%-
HSV(B)32.65º36.36%73.33%-
XYZ35.7135.6722.46-
YUV161.05104.27146.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=40.48%
G=33.77%
B=25.76%

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
Decimal18715611900.170.360.2732.6533.3360
HexBB9C77011241B21213c
Octal2732341670214433414174
Binary1011101110011100111011101000110010011011100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C77; }

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

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

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

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

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

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

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

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