Html Css Color HEX #BA9580 Pale Taupe

📋 copy color: '#BA9580'

red 186 ◦ green 149 ◦ blue 128

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

Shades of Pale Taupe #BA9580

Tints of Pale Taupe #BA9580

RGB

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

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

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

R = 40.17%
G = 32.18%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9580 (or 0xBA9580) is known color: Pale Taupe. HEX triplet: BA, 95 and 80. RGB value is (186,149,128). Sum of RGB (Red+Green+Blue) = 186+149+128=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9580 is #456A7F. Grayscale: #9D9D9D. Windows color (decimal): -4549248 or 8426938. OLE color: 8426938.

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

Color convert

RGB 186 149 128 -
CMYK 0 0.20 0.31 0.27
HSL 21.72º 0.3% 0.62% -
HSV(B) 21.72º 0.31% 0.73% -
XYZ 34.89 33.49 25.05 -
YUV 157.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 186 149 128 0 0.20 0.31 0.27 21.72 0.3 0.62
Hex BA 95 80 0 14 1F 1B 16 1E 3E
Octal 272 225 200 0 24 37 33 26 36 76
Binary 10111010 10010101 10000000 0 10100 11111 11011 10110 11110 111110

Color Harmonies of #BA9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9580

Black with #BA9580

Text Example


Text Example

White with #BA9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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