Html Css Color HEX #BA997C Pale Taupe

📋 copy color: '#BA997C'

red 186 ◦ green 153 ◦ blue 124

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

Shades of Pale Taupe #BA997C

Tints of Pale Taupe #BA997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 40.17%
G = 33.05%
B = 26.78%

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

#BA997C (or 0xBA997C) is known color: Pale Taupe. HEX triplet: BA, 99 and 7C. RGB value is (186,153,124). Sum of RGB (Red+Green+Blue) = 186+153+124=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997C is #456683. Grayscale: #9F9F9F. Windows color (decimal): -4548228 or 8165818. OLE color: 8165818.

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

Color convert

RGB 186 153 124 -
CMYK 0 0.18 0.33 0.27
HSL 28.06º 0.31% 0.61% -
HSV(B) 28.06º 0.33% 0.73% -
XYZ 35.28 34.68 23.9 -
YUV 159.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 186 153 124 0 0.18 0.33 0.27 28.06 0.31 0.61
Hex BA 99 7C 0 12 21 1B 1C 1F 3D
Octal 272 231 174 0 22 41 33 34 37 75
Binary 10111010 10011001 1111100 0 10010 100001 11011 11100 11111 111101

Color Harmonies of #BA997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA997C

Black with #BA997C

Text Example


Text Example

White with #BA997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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