#BB9577

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

Shades of Pale Taupe #BB9577

Tints of Pale Taupe #BB9577

Color information

#BB9577 (or 0xBB9577) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 77. RGB value is (187,149,119). Sum of RGB (Red+Green+Blue) = 187+149+119=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9577 is #446A88. Grayscale: #9D9D9D. Windows color (decimal): -4483721 or 7837115. OLE color: 7837115.

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

Color convert

RGB187149119-
CMYK00.200.360.27
HSL26.47º33.33%60%-
HSV(B)26.47º36.36%73.33%-
XYZ34.5733.3922.08-
YUV156.94106.59149.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=41.10%
G=32.75%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714911900.200.360.2726.4733.3360
HexBB9577014241B1a213c
Octal2732251670244433324174
Binary101110111001010111101110101001001001101111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9577; }

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

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

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

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

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

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

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

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