Html Css Color HEX #BA8D72 Pale Taupe

📋 copy color: '#BA8D72'

red 186 ◦ green 141 ◦ blue 114

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

Shades of Pale Taupe #BA8D72

Tints of Pale Taupe #BA8D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 42.18%
G = 31.97%
B = 25.85%

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

#BA8D72 (or 0xBA8D72) is known color: Pale Taupe. HEX triplet: BA, 8D and 72. RGB value is (186,141,114). Sum of RGB (Red+Green+Blue) = 186+141+114=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D72 is #45728D. Grayscale: #979797. Windows color (decimal): -4551310 or 7507386. OLE color: 7507386.

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

Color convert

RGB 186 141 114 -
CMYK 0 0.24 0.39 0.27
HSL 22.5º 0.34% 0.59% -
HSV(B) 22.5º 0.39% 0.73% -
XYZ 32.81 30.7 20.12 -
YUV 151.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 186 141 114 0 0.24 0.39 0.27 22.5 0.34 0.59
Hex BA 8D 72 0 18 27 1B 16 22 3B
Octal 272 215 162 0 30 47 33 26 42 73
Binary 10111010 10001101 1110010 0 11000 100111 11011 10110 100010 111011

Color Harmonies of #BA8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D72

Black with #BA8D72

Text Example


Text Example

White with #BA8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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