#BBA17B

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

Shades of Pale Taupe #BBA17B

Tints of Pale Taupe #BBA17B

Color information

#BBA17B (or 0xBBA17B) is unknown color: approx Pale Taupe. HEX triplet: BB, A1 and 7B. RGB value is (187,161,123). Sum of RGB (Red+Green+Blue) = 187+161+123=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17B is #445E84. Grayscale: #A4A4A4. Windows color (decimal): -4480645 or 8102331. OLE color: 8102331.

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

Color convert

RGB187161123-
CMYK00.140.340.27
HSL35.63º32%60.78%-
HSV(B)35.63º34.22%73.33%-
XYZ36.8137.4824.03-
YUV164.44104.61144.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=39.70%
G=34.18%
B=26.11%

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
Decimal18716112300.140.340.2735.633260.78
HexBBA17B0E221B24203d
Octal2732411730164233444075
Binary101110111010000111110110111010001011011100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA17B; }

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

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

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

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

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

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

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

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