Html Css Color HEX #BA9E80 Pale Taupe

📋 copy color: '#BA9E80'

red 186 ◦ green 158 ◦ blue 128

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

Shades of Pale Taupe #BA9E80

Tints of Pale Taupe #BA9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 39.41%
G = 33.47%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9E80 (or 0xBA9E80) is known color: Pale Taupe. HEX triplet: BA, 9E and 80. RGB value is (186,158,128). Sum of RGB (Red+Green+Blue) = 186+158+128=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E80 is #45617F. Grayscale: #A3A3A3. Windows color (decimal): -4546944 or 8429242. OLE color: 8429242.

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

Color convert

RGB 186 158 128 -
CMYK 0 0.15 0.31 0.27
HSL 31.03º 0.3% 0.62% -
HSV(B) 31.03º 0.31% 0.73% -
XYZ 36.37 36.45 25.54 -
YUV 162.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 186 158 128 0 0.15 0.31 0.27 31.03 0.3 0.62
Hex BA 9E 80 0 F 1F 1B 1F 1E 3E
Octal 272 236 200 0 17 37 33 37 36 76
Binary 10111010 10011110 10000000 0 1111 11111 11011 11111 11110 111110

Color Harmonies of #BA9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E80

Black with #BA9E80

Text Example


Text Example

White with #BA9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E80; }

 p { color: rgb(186,158,128); }

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

background-color css

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

 a { background-color: rgb(186,158,128); }

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

border-color css

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

 span { border-color: rgb(186,158,128); }

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