#BBA080

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

Shades of Pale Taupe #BBA080

Tints of Pale Taupe #BBA080

Color information

#BBA080 (or 0xBBA080) is unknown color: approx Pale Taupe. HEX triplet: BB, A0 and 80. RGB value is (187,160,128). Sum of RGB (Red+Green+Blue) = 187+160+128=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA080 is #445F7F. Grayscale: #A4A4A4. Windows color (decimal): -4480896 or 8429755. OLE color: 8429755.

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

Color convert

RGB187160128-
CMYK00.140.320.27
HSL32.54º30.26%61.76%-
HSV(B)32.54º31.55%73.33%-
XYZ36.9637.2625.67-
YUV164.42107.45144.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=39.37%
G=33.68%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716012800.140.320.2732.5430.2661.76
HexBBA0800E201B211e3e
Octal2732402000164033413676
Binary101110111010000010000000011101000001101110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA080; }

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

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

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

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

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

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

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

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