Html Css Color HEX #BA9281 Pale Taupe

📋 copy color: '#BA9281'

red 186 ◦ green 146 ◦ blue 129

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

Shades of Pale Taupe #BA9281

Tints of Pale Taupe #BA9281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 40.35%
G = 31.67%
B = 27.98%

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

#BA9281 (or 0xBA9281) is known color: Pale Taupe. HEX triplet: BA, 92 and 81. RGB value is (186,146,129). Sum of RGB (Red+Green+Blue) = 186+146+129=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9281 is #456D7E. Grayscale: #9C9C9C. Windows color (decimal): -4550015 or 8491706. OLE color: 8491706.

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

Color convert

RGB 186 146 129 -
CMYK 0 0.22 0.31 0.27
HSL 17.89º 0.29% 0.62% -
HSV(B) 17.89º 0.31% 0.73% -
XYZ 34.49 32.58 25.24 -
YUV 156.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 186 146 129 0 0.22 0.31 0.27 17.89 0.29 0.62
Hex BA 92 81 0 16 1F 1B 12 1D 3E
Octal 272 222 201 0 26 37 33 22 35 76
Binary 10111010 10010010 10000001 0 10110 11111 11011 10010 11101 111110

Color Harmonies of #BA9281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9281

Black with #BA9281

Text Example


Text Example

White with #BA9281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9281; }

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

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

background-color css

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

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

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

border-color css

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

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

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