#BAA07B

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

Shades of Pale Taupe #BAA07B

Tints of Pale Taupe #BAA07B

Color information

#BAA07B (or 0xBAA07B) is unknown color: approx Pale Taupe. HEX triplet: BA, A0 and 7B. RGB value is (186,160,123). Sum of RGB (Red+Green+Blue) = 186+160+123=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA07B is #455F84. Grayscale: #A3A3A3. Windows color (decimal): -4546437 or 8102074. OLE color: 8102074.

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

Color convert

RGB186160123-
CMYK00.140.340.27
HSL35.24º31.34%60.59%-
HSV(B)35.24º33.87%72.94%-
XYZ36.437.0123.96-
YUV163.56105.11144.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=39.66%
G=34.12%
B=26.23%

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
Decimal18616012300.140.340.2735.2431.3460.59
HexBAA07B0E221B231f3d
Octal2722401730164233433775
Binary10111010101000001111011011101000101101110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA07B; }

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

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

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

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

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

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

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

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