#BA9383

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

Shades of Pale Taupe #BA9383

Tints of Pale Taupe #BA9383

Color information

#BA9383 (or 0xBA9383) is unknown color: approx Pale Taupe. HEX triplet: BA, 93 and 83. RGB value is (186,147,131). Sum of RGB (Red+Green+Blue) = 186+147+131=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9383 is #456C7C. Grayscale: #9C9C9C. Windows color (decimal): -4549757 or 8623034. OLE color: 8623034.

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

Color convert

RGB186147131-
CMYK00.210.300.27
HSL17.45º28.5%62.16%-
HSV(B)17.45º29.57%72.94%-
XYZ34.7832.9526-
YUV156.84113.42148.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=40.09%
G=31.68%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614713100.210.300.2717.4528.562.16
HexBA93830151E1B111c3e
Octal2722232030253633213476
Binary10111010100100111000001101010111110110111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9383; }

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

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

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

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

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

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

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

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