Html Css Color HEX #BA997A Pale Taupe

📋 copy color: '#BA997A'

red 186 ◦ green 153 ◦ blue 122

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

Shades of Pale Taupe #BA997A

Tints of Pale Taupe #BA997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.19%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 40.35%
G = 33.19%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA997A (or 0xBA997A) is known color: Pale Taupe. HEX triplet: BA, 99 and 7A. RGB value is (186,153,122). Sum of RGB (Red+Green+Blue) = 186+153+122=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997A is #456685. Grayscale: #9F9F9F. Windows color (decimal): -4548230 or 8034746. OLE color: 8034746.

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

Color convert

RGB 186 153 122 -
CMYK 0 0.18 0.34 0.27
HSL 29.06º 0.32% 0.6% -
HSV(B) 29.06º 0.34% 0.73% -
XYZ 35.15 34.63 23.24 -
YUV 159.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 186 153 122 0 0.18 0.34 0.27 29.06 0.32 0.6
Hex BA 99 7A 0 12 22 1B 1D 20 3C
Octal 272 231 172 0 22 42 33 35 40 74
Binary 10111010 10011001 1111010 0 10010 100010 11011 11101 100000 111100

Color Harmonies of #BA997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA997A

Black with #BA997A

Text Example


Text Example

White with #BA997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA997A; }

 p { color: rgb(186,153,122); }

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

background-color css

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

 a { background-color: rgb(186,153,122); }

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

border-color css

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

 span { border-color: rgb(186,153,122); }

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