Html Css Color HEX #BA947C Pale Taupe

📋 copy color: '#BA947C'

red 186 ◦ green 148 ◦ blue 124

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

Shades of Pale Taupe #BA947C

Tints of Pale Taupe #BA947C

RGB

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

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

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

R = 40.61%
G = 32.31%
B = 27.07%

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

#BA947C (or 0xBA947C) is known color: Pale Taupe. HEX triplet: BA, 94 and 7C. RGB value is (186,148,124). Sum of RGB (Red+Green+Blue) = 186+148+124=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA947C is #456B83. Grayscale: #9C9C9C. Windows color (decimal): -4549508 or 8164538. OLE color: 8164538.

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

Color convert

RGB 186 148 124 -
CMYK 0 0.20 0.33 0.27
HSL 23.23º 0.31% 0.61% -
HSV(B) 23.23º 0.33% 0.73% -
XYZ 34.48 33.07 23.64 -
YUV 156.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 186 148 124 0 0.20 0.33 0.27 23.23 0.31 0.61
Hex BA 94 7C 0 14 21 1B 17 1F 3D
Octal 272 224 174 0 24 41 33 27 37 75
Binary 10111010 10010100 1111100 0 10100 100001 11011 10111 11111 111101

Color Harmonies of #BA947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA947C

Black with #BA947C

Text Example


Text Example

White with #BA947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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