#BA907A

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

Shades of Pale Taupe #BA907A

Tints of Pale Taupe #BA907A

Color information

#BA907A (or 0xBA907A) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 7A. RGB value is (186,144,122). Sum of RGB (Red+Green+Blue) = 186+144+122=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907A is #456F85. Grayscale: #9A9A9A. Windows color (decimal): -4550534 or 8032442. OLE color: 8032442.

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

Color convert

RGB186144122-
CMYK00.230.340.27
HSL20.63º31.68%60.39%-
HSV(B)20.63º34.41%72.94%-
XYZ33.7431.7922.77-
YUV154.05109.91150.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=41.15%
G=31.86%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614412200.230.340.2720.6331.6860.39
HexBA907A017221B15203c
Octal2722201720274233254074
Binary101110101001000011110100101111000101101110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA907A; }

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

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

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

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

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

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

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

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