Html Css Color HEX #BA8D75 Pale Taupe

📋 copy color: '#BA8D75'

red 186 ◦ green 141 ◦ blue 117

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

Shades of Pale Taupe #BA8D75

Tints of Pale Taupe #BA8D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 41.89%
G = 31.76%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8D75 (or 0xBA8D75) is known color: Pale Taupe. HEX triplet: BA, 8D and 75. RGB value is (186,141,117). Sum of RGB (Red+Green+Blue) = 186+141+117=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D75 is #45728A. Grayscale: #979797. Windows color (decimal): -4551307 or 7703994. OLE color: 7703994.

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

Color convert

RGB 186 141 117 -
CMYK 0 0.24 0.37 0.27
HSL 20.87º 0.33% 0.59% -
HSV(B) 20.87º 0.37% 0.73% -
XYZ 32.99 30.77 21.03 -
YUV 151.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 186 141 117 0 0.24 0.37 0.27 20.87 0.33 0.59
Hex BA 8D 75 0 18 25 1B 15 21 3B
Octal 272 215 165 0 30 45 33 25 41 73
Binary 10111010 10001101 1110101 0 11000 100101 11011 10101 100001 111011

Color Harmonies of #BA8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D75

Black with #BA8D75

Text Example


Text Example

White with #BA8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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