Html Css Color HEX #BA9C7E Pale Taupe

📋 copy color: '#BA9C7E'

red 186 ◦ green 156 ◦ blue 126

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

Shades of Pale Taupe #BA9C7E

Tints of Pale Taupe #BA9C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.33%

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

R = 39.74%
G = 33.33%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA9C7E (or 0xBA9C7E) is known color: Pale Taupe. HEX triplet: BA, 9C and 7E. RGB value is (186,156,126). Sum of RGB (Red+Green+Blue) = 186+156+126=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C7E is #456381. Grayscale: #A1A1A1. Windows color (decimal): -4547458 or 8297658. OLE color: 8297658.

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

Color convert

RGB 186 156 126 -
CMYK 0 0.16 0.32 0.27
HSL 30º 0.3% 0.61% -
HSV(B) 30º 0.32% 0.73% -
XYZ 35.9 35.72 24.74 -
YUV 161.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 186 156 126 0 0.16 0.32 0.27 30 0.3 0.61
Hex BA 9C 7E 0 10 20 1B 1E 1E 3D
Octal 272 234 176 0 20 40 33 36 36 75
Binary 10111010 10011100 1111110 0 10000 100000 11011 11110 11110 111101

Color Harmonies of #BA9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C7E

Black with #BA9C7E

Text Example


Text Example

White with #BA9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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