Html Css Color HEX #BA9383 Pale Taupe

📋 copy color: '#BA9383'

red 186 ◦ green 147 ◦ blue 131

#BA9383
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #BA9383

Tints of Pale Taupe #BA9383

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 value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA9383 (or 0xBA9383) is known color: 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

RGB 186 147 131 -
CMYK 0 0.21 0.30 0.27
HSL 17.45º 0.28% 0.62% -
HSV(B) 17.45º 0.3% 0.73% -
XYZ 34.78 32.95 26 -
YUV 156.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 186 147 131 0 0.21 0.30 0.27 17.45 0.28 0.62
Hex BA 93 83 0 15 1E 1B 11 1C 3E
Octal 272 223 203 0 25 36 33 21 34 76
Binary 10111010 10010011 10000011 0 10101 11110 11011 10001 11100 111110

Color Harmonies of #BA9383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9383

Black with #BA9383

Text Example


Text Example

White with #BA9383

Text Example


Text Example

HTML Codes & Css Web 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>