#BA907D

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

Shades of Pale Taupe #BA907D

Tints of Pale Taupe #BA907D

Color information

#BA907D (or 0xBA907D) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 7D. RGB value is (186,144,125). Sum of RGB (Red+Green+Blue) = 186+144+125=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907D is #456F82. Grayscale: #9A9A9A. Windows color (decimal): -4550531 or 8229050. OLE color: 8229050.

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

Color convert

RGB186144125-
CMYK00.230.330.27
HSL18.69º30.65%60.98%-
HSV(B)18.69º32.8%72.94%-
XYZ33.9231.8723.76-
YUV154.39111.41150.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=40.88%
G=31.65%
B=27.47%

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
Decimal18614412500.230.330.2718.6930.6560.98
HexBA907D017211B131f3d
Octal2722201750274133233775
Binary10111010100100001111101010111100001110111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA907D; }

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

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

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

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

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

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

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

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