Html Css Color HEX #BA8F71 Pale Taupe

📋 copy color: '#BA8F71'

red 186 ◦ green 143 ◦ blue 113

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

Shades of Pale Taupe #BA8F71

Tints of Pale Taupe #BA8F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

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

R = 42.08%
G = 32.35%
B = 25.57%

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

#BA8F71 (or 0xBA8F71) is known color: Pale Taupe. HEX triplet: BA, 8F and 71. RGB value is (186,143,113). Sum of RGB (Red+Green+Blue) = 186+143+113=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F71 is #45708E. Grayscale: #989898. Windows color (decimal): -4550799 or 7442362. OLE color: 7442362.

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

Color convert

RGB 186 143 113 -
CMYK 0 0.23 0.39 0.27
HSL 24.66º 0.35% 0.59% -
HSV(B) 24.66º 0.39% 0.73% -
XYZ 33.05 31.28 19.92 -
YUV 152.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 186 143 113 0 0.23 0.39 0.27 24.66 0.35 0.59
Hex BA 8F 71 0 17 27 1B 19 23 3B
Octal 272 217 161 0 27 47 33 31 43 73
Binary 10111010 10001111 1110001 0 10111 100111 11011 11001 100011 111011

Color Harmonies of #BA8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F71

Black with #BA8F71

Text Example


Text Example

White with #BA8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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