Html Css Color HEX #BA9375 Pale Taupe

📋 copy color: '#BA9375'

red 186 ◦ green 147 ◦ blue 117

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

Shades of Pale Taupe #BA9375

Tints of Pale Taupe #BA9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 41.33%
G = 32.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA9375 (or 0xBA9375) is known color: Pale Taupe. HEX triplet: BA, 93 and 75. RGB value is (186,147,117). Sum of RGB (Red+Green+Blue) = 186+147+117=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9375 is #456C8A. Grayscale: #9B9B9B. Windows color (decimal): -4549771 or 7705530. OLE color: 7705530.

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

Color convert

RGB 186 147 117 -
CMYK 0 0.21 0.37 0.27
HSL 26.09º 0.33% 0.59% -
HSV(B) 26.09º 0.37% 0.73% -
XYZ 33.89 32.59 21.33 -
YUV 155.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 186 147 117 0 0.21 0.37 0.27 26.09 0.33 0.59
Hex BA 93 75 0 15 25 1B 1A 21 3B
Octal 272 223 165 0 25 45 33 32 41 73
Binary 10111010 10010011 1110101 0 10101 100101 11011 11010 100001 111011

Color Harmonies of #BA9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9375

Black with #BA9375

Text Example


Text Example

White with #BA9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9375; }

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

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

background-color css

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

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

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

border-color css

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

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

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