Html Css Color HEX #BA8C71 Pale Taupe

📋 copy color: '#BA8C71'

red 186 ◦ green 140 ◦ blue 113

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

Shades of Pale Taupe #BA8C71

Tints of Pale Taupe #BA8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 42.37%
G = 31.89%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8C71 (or 0xBA8C71) is known color: Pale Taupe. HEX triplet: BA, 8C and 71. RGB value is (186,140,113). Sum of RGB (Red+Green+Blue) = 186+140+113=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C71 is #45738E. Grayscale: #969696. Windows color (decimal): -4551567 or 7441594. OLE color: 7441594.

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

Color convert

RGB 186 140 113 -
CMYK 0 0.25 0.39 0.27
HSL 22.19º 0.35% 0.59% -
HSV(B) 22.19º 0.39% 0.73% -
XYZ 32.61 30.39 19.77 -
YUV 150.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 186 140 113 0 0.25 0.39 0.27 22.19 0.35 0.59
Hex BA 8C 71 0 19 27 1B 16 23 3B
Octal 272 214 161 0 31 47 33 26 43 73
Binary 10111010 10001100 1110001 0 11001 100111 11011 10110 100011 111011

Color Harmonies of #BA8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C71

Black with #BA8C71

Text Example


Text Example

White with #BA8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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