Html Css Color HEX #BA937E Pale Taupe

📋 copy color: '#BA937E'

red 186 ◦ green 147 ◦ blue 126

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

Shades of Pale Taupe #BA937E

Tints of Pale Taupe #BA937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 40.52%
G = 32.03%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA937E (or 0xBA937E) is known color: Pale Taupe. HEX triplet: BA, 93 and 7E. RGB value is (186,147,126). Sum of RGB (Red+Green+Blue) = 186+147+126=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA937E is #456C81. Grayscale: #9C9C9C. Windows color (decimal): -4549762 or 8295354. OLE color: 8295354.

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

Color convert

RGB 186 147 126 -
CMYK 0 0.21 0.32 0.27
HSL 21º 0.3% 0.61% -
HSV(B) 21º 0.32% 0.73% -
XYZ 34.45 32.81 24.26 -
YUV 156.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 186 147 126 0 0.21 0.32 0.27 21 0.3 0.61
Hex BA 93 7E 0 15 20 1B 15 1E 3D
Octal 272 223 176 0 25 40 33 25 36 75
Binary 10111010 10010011 1111110 0 10101 100000 11011 10101 11110 111101

Color Harmonies of #BA937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA937E

Black with #BA937E

Text Example


Text Example

White with #BA937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA937E; }

 p { color: rgb(186,147,126); }

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

background-color css

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

 a { background-color: rgb(186,147,126); }

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

border-color css

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

 span { border-color: rgb(186,147,126); }

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