Html Css Color HEX #BA9181 Pale Taupe

📋 copy color: '#BA9181'

red 186 ◦ green 145 ◦ blue 129

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

Shades of Pale Taupe #BA9181

Tints of Pale Taupe #BA9181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 40.43%
G = 31.52%
B = 28.04%

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

#BA9181 (or 0xBA9181) is known color: Pale Taupe. HEX triplet: BA, 91 and 81. RGB value is (186,145,129). Sum of RGB (Red+Green+Blue) = 186+145+129=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9181 is #456E7E. Grayscale: #9B9B9B. Windows color (decimal): -4550271 or 8491450. OLE color: 8491450.

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

Color convert

RGB 186 145 129 -
CMYK 0 0.22 0.31 0.27
HSL 16.84º 0.29% 0.62% -
HSV(B) 16.84º 0.31% 0.73% -
XYZ 34.34 32.27 25.19 -
YUV 155.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 186 145 129 0 0.22 0.31 0.27 16.84 0.29 0.62
Hex BA 91 81 0 16 1F 1B 11 1D 3E
Octal 272 221 201 0 26 37 33 21 35 76
Binary 10111010 10010001 10000001 0 10110 11111 11011 10001 11101 111110

Color Harmonies of #BA9181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9181

Black with #BA9181

Text Example


Text Example

White with #BA9181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9181; }

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

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

background-color css

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

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

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

border-color css

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

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

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