Html Css Color HEX #BA917E Pale Taupe

📋 copy color: '#BA917E'

red 186 ◦ green 145 ◦ blue 126

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

Shades of Pale Taupe #BA917E

Tints of Pale Taupe #BA917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 40.7%
G = 31.73%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA917E (or 0xBA917E) is known color: Pale Taupe. HEX triplet: BA, 91 and 7E. RGB value is (186,145,126). Sum of RGB (Red+Green+Blue) = 186+145+126=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA917E is #456E81. Grayscale: #9B9B9B. Windows color (decimal): -4550274 or 8294842. OLE color: 8294842.

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

Color convert

RGB 186 145 126 -
CMYK 0 0.22 0.32 0.27
HSL 19º 0.3% 0.61% -
HSV(B) 19º 0.32% 0.73% -
XYZ 34.14 32.2 24.15 -
YUV 155.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 186 145 126 0 0.22 0.32 0.27 19 0.3 0.61
Hex BA 91 7E 0 16 20 1B 13 1E 3D
Octal 272 221 176 0 26 40 33 23 36 75
Binary 10111010 10010001 1111110 0 10110 100000 11011 10011 11110 111101

Color Harmonies of #BA917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA917E

Black with #BA917E

Text Example


Text Example

White with #BA917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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