Html Css Color HEX #BA8E71 Pale Taupe

📋 copy color: '#BA8E71'

red 186 ◦ green 142 ◦ blue 113

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

Shades of Pale Taupe #BA8E71

Tints of Pale Taupe #BA8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

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

R = 42.18%
G = 32.2%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8E71 (or 0xBA8E71) is known color: Pale Taupe. HEX triplet: BA, 8E and 71. RGB value is (186,142,113). Sum of RGB (Red+Green+Blue) = 186+142+113=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E71 is #45718E. Grayscale: #989898. Windows color (decimal): -4551055 or 7442106. OLE color: 7442106.

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

Color convert

RGB 186 142 113 -
CMYK 0 0.24 0.39 0.27
HSL 23.84º 0.35% 0.59% -
HSV(B) 23.84º 0.39% 0.73% -
XYZ 32.9 30.98 19.87 -
YUV 151.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 186 142 113 0 0.24 0.39 0.27 23.84 0.35 0.59
Hex BA 8E 71 0 18 27 1B 18 23 3B
Octal 272 216 161 0 30 47 33 30 43 73
Binary 10111010 10001110 1110001 0 11000 100111 11011 11000 100011 111011

Color Harmonies of #BA8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E71

Black with #BA8E71

Text Example


Text Example

White with #BA8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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