#BA907B

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

Shades of Pale Taupe #BA907B

Tints of Pale Taupe #BA907B

Color information

#BA907B (or 0xBA907B) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 7B. RGB value is (186,144,123). Sum of RGB (Red+Green+Blue) = 186+144+123=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907B is #456F84. Grayscale: #9A9A9A. Windows color (decimal): -4550533 or 8097978. OLE color: 8097978.

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

Color convert

RGB186144123-
CMYK00.230.340.27
HSL20º31.34%60.59%-
HSV(B)20º33.87%72.94%-
XYZ33.831.8223.1-
YUV154.16110.41150.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=41.06%
G=31.79%
B=27.15%

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
Decimal18614412300.230.340.272031.3460.59
HexBA907B017221B141f3d
Octal2722201730274233243775
Binary10111010100100001111011010111100010110111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA907B; }

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

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

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

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

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

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

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

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