Html Css Color HEX #BA9373 Pale Taupe

📋 copy color: '#BA9373'

red 186 ◦ green 147 ◦ blue 115

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

Shades of Pale Taupe #BA9373

Tints of Pale Taupe #BA9373

RGB

 RED value IS 186 (73.05% from 255) = 41.52%

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 41.52%
G = 32.81%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA9373 (or 0xBA9373) is known color: Pale Taupe. HEX triplet: BA, 93 and 73. RGB value is (186,147,115). Sum of RGB (Red+Green+Blue) = 186+147+115=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9373 is #456C8C. Grayscale: #9B9B9B. Windows color (decimal): -4549773 or 7574458. OLE color: 7574458.

HSL color Cylindrical-coordinate representation of color #BA9373: hue angle of 27.04º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9373 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 115 -
CMYK 0 0.21 0.38 0.27
HSL 27.04º 0.34% 0.59% -
HSV(B) 27.04º 0.38% 0.73% -
XYZ 33.78 32.54 20.72 -
YUV 155.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 186 147 115 0 0.21 0.38 0.27 27.04 0.34 0.59
Hex BA 93 73 0 15 26 1B 1B 22 3B
Octal 272 223 163 0 25 46 33 33 42 73
Binary 10111010 10010011 1110011 0 10101 100110 11011 11011 100010 111011

Color Harmonies of #BA9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9373

Black with #BA9373

Text Example


Text Example

White with #BA9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9373; }

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

 H1.HeaderClassName
 {
   color: #BA9373;
 }
 .AnyTagClassName
 {
   color: #BA9373;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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