#BAA07C

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

Shades of Pale Taupe #BAA07C

Tints of Pale Taupe #BAA07C

Color information

#BAA07C (or 0xBAA07C) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 7C. RGB value is (186,160,124). Sum of RGB (Red+Green+Blue) = 186+160+124=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07C is #455F83. Grayscale: #A3A3A3. Windows color (decimal): -4546436 or 8167610. OLE color: 8167610.

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

Color convert

RGB186160124-
CMYK00.140.330.27
HSL34.84º31%60.78%-
HSV(B)34.84º33.33%72.94%-
XYZ36.4637.0424.3-
YUV163.67105.61143.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=39.57%
G=34.04%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616012400.140.330.2734.843160.78
HexBAA07C0E211B231f3d
Octal2722401740164133433775
Binary10111010101000001111100011101000011101110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA07C; }

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

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

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

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

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

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

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

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