Html Css Color HEX #BA9479 Pale Taupe

📋 copy color: '#BA9479'

red 186 ◦ green 148 ◦ blue 121

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

Shades of Pale Taupe #BA9479

Tints of Pale Taupe #BA9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 40.88%
G = 32.53%
B = 26.59%

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

#BA9479 (or 0xBA9479) is known color: Pale Taupe. HEX triplet: BA, 94 and 79. RGB value is (186,148,121). Sum of RGB (Red+Green+Blue) = 186+148+121=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9479 is #456B86. Grayscale: #9C9C9C. Windows color (decimal): -4549511 or 7967930. OLE color: 7967930.

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

Color convert

RGB 186 148 121 -
CMYK 0 0.20 0.35 0.27
HSL 24.92º 0.32% 0.6% -
HSV(B) 24.92º 0.35% 0.73% -
XYZ 34.29 33 22.65 -
YUV 156.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 186 148 121 0 0.20 0.35 0.27 24.92 0.32 0.6
Hex BA 94 79 0 14 23 1B 19 20 3C
Octal 272 224 171 0 24 43 33 31 40 74
Binary 10111010 10010100 1111001 0 10100 100011 11011 11001 100000 111100

Color Harmonies of #BA9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9479

Black with #BA9479

Text Example


Text Example

White with #BA9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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