#BA907C

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

Shades of Pale Taupe #BA907C

Tints of Pale Taupe #BA907C

Color information

#BA907C (or 0xBA907C) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 7C. RGB value is (186,144,124). Sum of RGB (Red+Green+Blue) = 186+144+124=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907C is #456F83. Grayscale: #9A9A9A. Windows color (decimal): -4550532 or 8163514. OLE color: 8163514.

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

Color convert

RGB186144124-
CMYK00.230.330.27
HSL19.35º31%60.78%-
HSV(B)19.35º33.33%72.94%-
XYZ33.8631.8423.43-
YUV154.28110.91150.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=40.97%
G=31.72%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614412400.230.330.2719.353160.78
HexBA907C017211B131f3d
Octal2722201740274133233775
Binary10111010100100001111100010111100001110111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA907C; }

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

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

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

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

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

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

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

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