Html Css Color HEX #BA997D Pale Taupe

📋 copy color: '#BA997D'

red 186 ◦ green 153 ◦ blue 125

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

Shades of Pale Taupe #BA997D

Tints of Pale Taupe #BA997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 40.09%
G = 32.97%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA997D (or 0xBA997D) is known color: Pale Taupe. HEX triplet: BA, 99 and 7D. RGB value is (186,153,125). Sum of RGB (Red+Green+Blue) = 186+153+125=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997D is #456682. Grayscale: #9F9F9F. Windows color (decimal): -4548227 or 8231354. OLE color: 8231354.

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

Color convert

RGB 186 153 125 -
CMYK 0 0.18 0.33 0.27
HSL 27.54º 0.31% 0.61% -
HSV(B) 27.54º 0.33% 0.73% -
XYZ 35.34 34.7 24.24 -
YUV 159.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 186 153 125 0 0.18 0.33 0.27 27.54 0.31 0.61
Hex BA 99 7D 0 12 21 1B 1C 1F 3D
Octal 272 231 175 0 22 41 33 34 37 75
Binary 10111010 10011001 1111101 0 10010 100001 11011 11100 11111 111101

Color Harmonies of #BA997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA997D

Black with #BA997D

Text Example


Text Example

White with #BA997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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