Html Css Color HEX #BA947D Pale Taupe

📋 copy color: '#BA947D'

red 186 ◦ green 148 ◦ blue 125

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

Shades of Pale Taupe #BA947D

Tints of Pale Taupe #BA947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

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

R = 40.52%
G = 32.24%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA947D (or 0xBA947D) is known color: Pale Taupe. HEX triplet: BA, 94 and 7D. RGB value is (186,148,125). Sum of RGB (Red+Green+Blue) = 186+148+125=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA947D is #456B82. Grayscale: #9C9C9C. Windows color (decimal): -4549507 or 8230074. OLE color: 8230074.

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

Color convert

RGB 186 148 125 -
CMYK 0 0.20 0.33 0.27
HSL 22.62º 0.31% 0.61% -
HSV(B) 22.62º 0.33% 0.73% -
XYZ 34.54 33.1 23.97 -
YUV 156.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 186 148 125 0 0.20 0.33 0.27 22.62 0.31 0.61
Hex BA 94 7D 0 14 21 1B 17 1F 3D
Octal 272 224 175 0 24 41 33 27 37 75
Binary 10111010 10010100 1111101 0 10100 100001 11011 10111 11111 111101

Color Harmonies of #BA947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA947D

Black with #BA947D

Text Example


Text Example

White with #BA947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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