#BA9277

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

Shades of Pale Taupe #BA9277

Tints of Pale Taupe #BA9277

Color information

#BA9277 (or 0xBA9277) is unknown color: approx Pale Taupe. HEX triplet: BA, 92 and 77. RGB value is (186,146,119). Sum of RGB (Red+Green+Blue) = 186+146+119=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9277 is #456D88. Grayscale: #9B9B9B. Windows color (decimal): -4550025 or 7836346. OLE color: 7836346.

HSL color Cylindrical-coordinate representation of color #BA9277: hue angle of 24.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9277 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB186146119-
CMYK00.220.360.27
HSL24.18º32.68%59.8%-
HSV(B)24.18º36.02%72.94%-
XYZ33.8632.3321.91-
YUV154.88107.75150.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=41.24%
G=32.37%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614611900.220.360.2724.1832.6859.8
HexBA9277016241B18213c
Octal2722221670264433304174
Binary101110101001001011101110101101001001101111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9277; }

 p { color: rgb(186,146,119); }

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

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

 a { background-color: rgb(186,146,119); }

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

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

 span { border-color: rgb(186,146,119); }

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