Html Css Color HEX #BA9581 Pale Taupe

📋 copy color: '#BA9581'

red 186 ◦ green 149 ◦ blue 129

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

Shades of Pale Taupe #BA9581

Tints of Pale Taupe #BA9581

RGB

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

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

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

R = 40.09%
G = 32.11%
B = 27.8%

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

#BA9581 (or 0xBA9581) is known color: Pale Taupe. HEX triplet: BA, 95 and 81. RGB value is (186,149,129). Sum of RGB (Red+Green+Blue) = 186+149+129=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9581 is #456A7E. Grayscale: #9D9D9D. Windows color (decimal): -4549247 or 8492474. OLE color: 8492474.

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

Color convert

RGB 186 149 129 -
CMYK 0 0.20 0.31 0.27
HSL 21.05º 0.29% 0.62% -
HSV(B) 21.05º 0.31% 0.73% -
XYZ 34.96 33.52 25.4 -
YUV 157.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 186 149 129 0 0.20 0.31 0.27 21.05 0.29 0.62
Hex BA 95 81 0 14 1F 1B 15 1D 3E
Octal 272 225 201 0 24 37 33 25 35 76
Binary 10111010 10010101 10000001 0 10100 11111 11011 10101 11101 111110

Color Harmonies of #BA9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9581

Black with #BA9581

Text Example


Text Example

White with #BA9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9581; }

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

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

background-color css

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

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

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

border-color css

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

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

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