Html Css Color HEX #BA997B Pale Taupe

📋 copy color: '#BA997B'

red 186 ◦ green 153 ◦ blue 123

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

Shades of Pale Taupe #BA997B

Tints of Pale Taupe #BA997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 40.26%
G = 33.12%
B = 26.62%

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

#BA997B (or 0xBA997B) is known color: Pale Taupe. HEX triplet: BA, 99 and 7B. RGB value is (186,153,123). Sum of RGB (Red+Green+Blue) = 186+153+123=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA997B is #456684. Grayscale: #9F9F9F. Windows color (decimal): -4548229 or 8100282. OLE color: 8100282.

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

Color convert

RGB 186 153 123 -
CMYK 0 0.18 0.34 0.27
HSL 28.57º 0.31% 0.61% -
HSV(B) 28.57º 0.34% 0.73% -
XYZ 35.22 34.65 23.57 -
YUV 159.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 186 153 123 0 0.18 0.34 0.27 28.57 0.31 0.61
Hex BA 99 7B 0 12 22 1B 1D 1F 3D
Octal 272 231 173 0 22 42 33 35 37 75
Binary 10111010 10011001 1111011 0 10010 100010 11011 11101 11111 111101

Color Harmonies of #BA997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA997B

Black with #BA997B

Text Example


Text Example

White with #BA997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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