#BA9C81

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

Shades of Pale Taupe #BA9C81

Tints of Pale Taupe #BA9C81

Color information

#BA9C81 (or 0xBA9C81) is unknown color: approx Pale Taupe. HEX triplet: BA, 9C and 81. RGB value is (186,156,129). Sum of RGB (Red+Green+Blue) = 186+156+129=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C81 is #45637E. Grayscale: #A2A2A2. Windows color (decimal): -4547455 or 8494266. OLE color: 8494266.

HSL color Cylindrical-coordinate representation of color #BA9C81: hue angle of 28.42º degrees, saturation: 0.29, 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 #BA9C81 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186156129-
CMYK00.160.310.27
HSL28.42º29.23%61.76%-
HSV(B)28.42º30.65%72.94%-
XYZ36.135.825.78-
YUV161.89109.44145.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=39.49%
G=33.12%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615612900.160.310.2728.4229.2361.76
HexBA9C810101F1B1c1d3e
Octal2722342010203733343576
Binary10111010100111001000000101000011111110111110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C81; }

 p { color: rgb(186,156,129); }

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

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

 a { background-color: rgb(186,156,129); }

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

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

 span { border-color: rgb(186,156,129); }

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