#BBA17C

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

Shades of Pale Taupe #BBA17C

Tints of Pale Taupe #BBA17C

Color information

#BBA17C (or 0xBBA17C) is unknown color: approx Pale Taupe. HEX triplet: BB, A1 and 7C. RGB value is (187,161,124). Sum of RGB (Red+Green+Blue) = 187+161+124=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17C is #445E83. Grayscale: #A4A4A4. Windows color (decimal): -4480644 or 8167867. OLE color: 8167867.

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

Color convert

RGB187161124-
CMYK00.140.340.27
HSL35.24º31.66%60.98%-
HSV(B)35.24º33.69%73.33%-
XYZ36.8837.5124.37-
YUV164.56105.11144.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=39.62%
G=34.11%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716112400.140.340.2735.2431.6660.98
HexBBA17C0E221B23203d
Octal2732411740164233434075
Binary101110111010000111111000111010001011011100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA17C; }

 p { color: rgb(187,161,124); }

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

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

 a { background-color: rgb(187,161,124); }

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

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

 span { border-color: rgb(187,161,124); }

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