Html Css Color HEX #BA9680 Pale Taupe

📋 copy color: '#BA9680'

red 186 ◦ green 150 ◦ blue 128

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

Shades of Pale Taupe #BA9680

Tints of Pale Taupe #BA9680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 40.09%
G = 32.33%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9680 (or 0xBA9680) is known color: Pale Taupe. HEX triplet: BA, 96 and 80. RGB value is (186,150,128). Sum of RGB (Red+Green+Blue) = 186+150+128=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9680 is #45697F. Grayscale: #9E9E9E. Windows color (decimal): -4548992 or 8427194. OLE color: 8427194.

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

Color convert

RGB 186 150 128 -
CMYK 0 0.19 0.31 0.27
HSL 22.76º 0.3% 0.62% -
HSV(B) 22.76º 0.31% 0.73% -
XYZ 35.05 33.81 25.1 -
YUV 158.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 186 150 128 0 0.19 0.31 0.27 22.76 0.3 0.62
Hex BA 96 80 0 13 1F 1B 17 1E 3E
Octal 272 226 200 0 23 37 33 27 36 76
Binary 10111010 10010110 10000000 0 10011 11111 11011 10111 11110 111110

Color Harmonies of #BA9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9680

Black with #BA9680

Text Example


Text Example

White with #BA9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9680; }

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

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

background-color css

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

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

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

border-color css

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

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

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