Html Css Color HEX #BA9180 Pale Taupe

📋 copy color: '#BA9180'

red 186 ◦ green 145 ◦ blue 128

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

Shades of Pale Taupe #BA9180

Tints of Pale Taupe #BA9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 40.52%
G = 31.59%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9180 (or 0xBA9180) is known color: Pale Taupe. HEX triplet: BA, 91 and 80. RGB value is (186,145,128). Sum of RGB (Red+Green+Blue) = 186+145+128=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9180 is #456E7F. Grayscale: #9B9B9B. Windows color (decimal): -4550272 or 8425914. OLE color: 8425914.

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

Color convert

RGB 186 145 128 -
CMYK 0 0.22 0.31 0.27
HSL 17.59º 0.3% 0.62% -
HSV(B) 17.59º 0.31% 0.73% -
XYZ 34.27 32.25 24.84 -
YUV 155.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 186 145 128 0 0.22 0.31 0.27 17.59 0.3 0.62
Hex BA 91 80 0 16 1F 1B 12 1E 3E
Octal 272 221 200 0 26 37 33 22 36 76
Binary 10111010 10010001 10000000 0 10110 11111 11011 10010 11110 111110

Color Harmonies of #BA9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9180

Black with #BA9180

Text Example


Text Example

White with #BA9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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