Html Css Color HEX #BAA17E Pale Taupe

📋 copy color: '#BAA17E'

red 186 ◦ green 161 ◦ blue 126

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

Shades of Pale Taupe #BAA17E

Tints of Pale Taupe #BAA17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

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

R = 39.32%
G = 34.04%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAA17E (or 0xBAA17E) is known color: Pale Taupe. HEX triplet: BA, A1 and 7E. RGB value is (186,161,126). Sum of RGB (Red+Green+Blue) = 186+161+126=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA17E is #455E81. Grayscale: #A4A4A4. Windows color (decimal): -4546178 or 8298938. OLE color: 8298938.

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

Color convert

RGB 186 161 126 -
CMYK 0 0.13 0.32 0.27
HSL 35º 0.3% 0.61% -
HSV(B) 35º 0.32% 0.73% -
XYZ 36.76 37.44 25.03 -
YUV 164.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 186 161 126 0 0.13 0.32 0.27 35 0.3 0.61
Hex BA A1 7E 0 D 20 1B 23 1E 3D
Octal 272 241 176 0 15 40 33 43 36 75
Binary 10111010 10100001 1111110 0 1101 100000 11011 100011 11110 111101

Color Harmonies of #BAA17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA17E

Black with #BAA17E

Text Example


Text Example

White with #BAA17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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