Html Css Color HEX #BA9579 Pale Taupe

📋 copy color: '#BA9579'

red 186 ◦ green 149 ◦ blue 121

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

Shades of Pale Taupe #BA9579

Tints of Pale Taupe #BA9579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 40.79%
G = 32.68%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA9579 (or 0xBA9579) is known color: Pale Taupe. HEX triplet: BA, 95 and 79. RGB value is (186,149,121). Sum of RGB (Red+Green+Blue) = 186+149+121=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9579 is #456A86. Grayscale: #9D9D9D. Windows color (decimal): -4549255 or 7968186. OLE color: 7968186.

HSL color Cylindrical-coordinate representation of color #BA9579: hue angle of 25.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9579 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 121 -
CMYK 0 0.20 0.35 0.27
HSL 25.85º 0.32% 0.6% -
HSV(B) 25.85º 0.35% 0.73% -
XYZ 34.45 33.31 22.7 -
YUV 156.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 186 149 121 0 0.20 0.35 0.27 25.85 0.32 0.6
Hex BA 95 79 0 14 23 1B 1A 20 3C
Octal 272 225 171 0 24 43 33 32 40 74
Binary 10111010 10010101 1111001 0 10100 100011 11011 11010 100000 111100

Color Harmonies of #BA9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9579

Black with #BA9579

Text Example


Text Example

White with #BA9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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