#BA9583

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

Shades of Pale Taupe #BA9583

Tints of Pale Taupe #BA9583

Color information

#BA9583 (or 0xBA9583) is unknown color: approx Pale Taupe. HEX triplet: BA, 95 and 83. RGB value is (186,149,131). Sum of RGB (Red+Green+Blue) = 186+149+131=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9583 is #456A7C. Grayscale: #9E9E9E. Windows color (decimal): -4549245 or 8623546. OLE color: 8623546.

HSL color Cylindrical-coordinate representation of color #BA9583: hue angle of 19.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9583 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186149131-
CMYK00.200.300.27
HSL19.64º28.5%62.16%-
HSV(B)19.64º29.57%72.94%-
XYZ35.0933.5726.1-
YUV158.01112.76147.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=39.91%
G=31.97%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614913100.200.300.2719.6428.562.16
HexBA95830141E1B141c3e
Octal2722252030243633243476
Binary10111010100101011000001101010011110110111010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9583; }

 p { color: rgb(186,149,131); }

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

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

 a { background-color: rgb(186,149,131); }

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

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

 span { border-color: rgb(186,149,131); }

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