Html Css Color HEX #BA9D80 Pale Taupe

📋 copy color: '#BA9D80'

red 186 ◦ green 157 ◦ blue 128

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

Shades of Pale Taupe #BA9D80

Tints of Pale Taupe #BA9D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 39.49%
G = 33.33%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9D80 (or 0xBA9D80) is known color: Pale Taupe. HEX triplet: BA, 9D and 80. RGB value is (186,157,128). Sum of RGB (Red+Green+Blue) = 186+157+128=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D80 is #45627F. Grayscale: #A2A2A2. Windows color (decimal): -4547200 or 8428986. OLE color: 8428986.

HSL color Cylindrical-coordinate representation of color #BA9D80: hue angle of 30º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9D80 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 128 -
CMYK 0 0.16 0.31 0.27
HSL 30º 0.3% 0.62% -
HSV(B) 30º 0.31% 0.73% -
XYZ 36.2 36.11 25.48 -
YUV 162.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 186 157 128 0 0.16 0.31 0.27 30 0.3 0.62
Hex BA 9D 80 0 10 1F 1B 1E 1E 3E
Octal 272 235 200 0 20 37 33 36 36 76
Binary 10111010 10011101 10000000 0 10000 11111 11011 11110 11110 111110

Color Harmonies of #BA9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D80

Black with #BA9D80

Text Example


Text Example

White with #BA9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D80; }

 p { color: rgb(186,157,128); }

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

background-color css

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

 a { background-color: rgb(186,157,128); }

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

border-color css

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

 span { border-color: rgb(186,157,128); }

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