Html Css Color HEX #BA8E79 Pale Taupe

📋 copy color: '#BA8E79'

red 186 ◦ green 142 ◦ blue 121

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

Shades of Pale Taupe #BA8E79

Tints of Pale Taupe #BA8E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 41.43%
G = 31.63%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8E79 (or 0xBA8E79) is known color: Pale Taupe. HEX triplet: BA, 8E and 79. RGB value is (186,142,121). Sum of RGB (Red+Green+Blue) = 186+142+121=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E79 is #457186. Grayscale: #989898. Windows color (decimal): -4551047 or 7966394. OLE color: 7966394.

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

Color convert

RGB 186 142 121 -
CMYK 0 0.24 0.35 0.27
HSL 19.38º 0.32% 0.6% -
HSV(B) 19.38º 0.35% 0.73% -
XYZ 33.37 31.17 22.35 -
YUV 152.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 186 142 121 0 0.24 0.35 0.27 19.38 0.32 0.6
Hex BA 8E 79 0 18 23 1B 13 20 3C
Octal 272 216 171 0 30 43 33 23 40 74
Binary 10111010 10001110 1111001 0 11000 100011 11011 10011 100000 111100

Color Harmonies of #BA8E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E79

Black with #BA8E79

Text Example


Text Example

White with #BA8E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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