Html Css Color HEX #BA8D6F Pale Taupe

📋 copy color: '#BA8D6F'

red 186 ◦ green 141 ◦ blue 111

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

Shades of Pale Taupe #BA8D6F

Tints of Pale Taupe #BA8D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 42.47%
G = 32.19%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8D6F (or 0xBA8D6F) is known color: Pale Taupe. HEX triplet: BA, 8D and 6F. RGB value is (186,141,111). Sum of RGB (Red+Green+Blue) = 186+141+111=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D6F is #457290. Grayscale: #979797. Windows color (decimal): -4551313 or 7310778. OLE color: 7310778.

HSL color Cylindrical-coordinate representation of color #BA8D6F: hue angle of 24º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8D6F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 111 -
CMYK 0 0.24 0.40 0.27
HSL 24º 0.35% 0.58% -
HSV(B) 24º 0.4% 0.73% -
XYZ 32.64 30.64 19.23 -
YUV 151.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 186 141 111 0 0.24 0.40 0.27 24 0.35 0.58
Hex BA 8D 6F 0 18 28 1B 18 23 3A
Octal 272 215 157 0 30 50 33 30 43 72
Binary 10111010 10001101 1101111 0 11000 101000 11011 11000 100011 111010

Color Harmonies of #BA8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D6F

Black with #BA8D6F

Text Example


Text Example

White with #BA8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D6F; }

 p { color: rgb(186,141,111); }

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

background-color css

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

 a { background-color: rgb(186,141,111); }

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

border-color css

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

 span { border-color: rgb(186,141,111); }

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