#BB9B80

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

Shades of Pale Taupe #BB9B80

Tints of Pale Taupe #BB9B80

Color information

#BB9B80 (or 0xBB9B80) is unknown color: approx Pale Taupe. HEX triplet: BB, 9B and 80. RGB value is (187,155,128). Sum of RGB (Red+Green+Blue) = 187+155+128=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B80 is #44647F. Grayscale: #A1A1A1. Windows color (decimal): -4482176 or 8428475. OLE color: 8428475.

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

Color convert

RGB187155128-
CMYK00.170.320.27
HSL27.46º30.26%61.76%-
HSV(B)27.46º31.55%73.33%-
XYZ36.1135.5725.38-
YUV161.49109.1146.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=39.79%
G=32.98%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715512800.170.320.2727.4630.2661.76
HexBB9B80011201B1b1e3e
Octal2732332000214033333676
Binary101110111001101110000000010001100000110111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B80; }

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

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

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

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

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

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

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

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