Html Css Color HEX #BA9071 Pale Taupe

📋 copy color: '#BA9071'

red 186 ◦ green 144 ◦ blue 113

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

Shades of Pale Taupe #BA9071

Tints of Pale Taupe #BA9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 41.99%
G = 32.51%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA9071 (or 0xBA9071) is known color: Pale Taupe. HEX triplet: BA, 90 and 71. RGB value is (186,144,113). Sum of RGB (Red+Green+Blue) = 186+144+113=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9071 is #456F8E. Grayscale: #999999. Windows color (decimal): -4550543 or 7442618. OLE color: 7442618.

HSL color Cylindrical-coordinate representation of color #BA9071: hue angle of 25.48º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9071 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 113 -
CMYK 0 0.23 0.39 0.27
HSL 25.48º 0.35% 0.59% -
HSV(B) 25.48º 0.39% 0.73% -
XYZ 33.2 31.58 19.97 -
YUV 153.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 186 144 113 0 0.23 0.39 0.27 25.48 0.35 0.59
Hex BA 90 71 0 17 27 1B 19 23 3B
Octal 272 220 161 0 27 47 33 31 43 73
Binary 10111010 10010000 1110001 0 10111 100111 11011 11001 100011 111011

Color Harmonies of #BA9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9071

Black with #BA9071

Text Example


Text Example

White with #BA9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9071; }

 p { color: rgb(186,144,113); }

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

background-color css

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

 a { background-color: rgb(186,144,113); }

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

border-color css

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

 span { border-color: rgb(186,144,113); }

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