#BAA07A

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

Shades of Pale Taupe #BAA07A

Tints of Pale Taupe #BAA07A

Color information

#BAA07A (or 0xBAA07A) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 7A. RGB value is (186,160,122). Sum of RGB (Red+Green+Blue) = 186+160+122=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07A is #455F85. Grayscale: #A3A3A3. Windows color (decimal): -4546438 or 8036538. OLE color: 8036538.

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

Color convert

RGB186160122-
CMYK00.140.340.27
HSL35.63º31.68%60.39%-
HSV(B)35.63º34.41%72.94%-
XYZ36.3336.9923.64-
YUV163.44104.61144.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=39.74%
G=34.19%
B=26.07%

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
Decimal18616012200.140.340.2735.6331.6860.39
HexBAA07A0E221B24203c
Octal2722401720164233444074
Binary101110101010000011110100111010001011011100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA07A; }

 p { color: rgb(186,160,122); }

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

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

 a { background-color: rgb(186,160,122); }

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

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

 span { border-color: rgb(186,160,122); }

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