#BA9B80

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

Shades of Pale Taupe #BA9B80

Tints of Pale Taupe #BA9B80

Color information

#BA9B80 (or 0xBA9B80) is unknown color: approx Pale Taupe. HEX triplet: BA, 9B and 80. RGB value is (186,155,128). Sum of RGB (Red+Green+Blue) = 186+155+128=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B80 is #45647F. Grayscale: #A1A1A1. Windows color (decimal): -4547712 or 8428474. OLE color: 8428474.

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

Color convert

RGB186155128-
CMYK00.170.310.27
HSL27.93º29.59%61.57%-
HSV(B)27.93º31.18%72.94%-
XYZ35.8735.4425.37-
YUV161.19109.27145.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=39.66%
G=33.05%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615512800.170.310.2727.9329.5961.57
HexBA9B800111F1B1c1e3e
Octal2722332000213733343676
Binary10111010100110111000000001000111111110111110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B80; }

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

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

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

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

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

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

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

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