#BA967B

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

Shades of Pale Taupe #BA967B

Tints of Pale Taupe #BA967B

Color information

#BA967B (or 0xBA967B) is unknown color: approx Pale Taupe. HEX triplet: BA, 96 and 7B. RGB value is (186,150,123). Sum of RGB (Red+Green+Blue) = 186+150+123=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967B is #456984. Grayscale: #9D9D9D. Windows color (decimal): -4548997 or 8099514. OLE color: 8099514.

HSL color Cylindrical-coordinate representation of color #BA967B: hue angle of 25.71º 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 #BA967B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186150123-
CMYK00.190.340.27
HSL25.71º31.34%60.59%-
HSV(B)25.71º33.87%72.94%-
XYZ34.7333.6823.41-
YUV157.69108.43148.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=40.52%
G=32.68%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615012300.190.340.2725.7131.3460.59
HexBA967B013221B1a1f3d
Octal2722261730234233323775
Binary10111010100101101111011010011100010110111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA967B; }

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

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

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

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

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

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

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

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