Html Css Color HEX #BA9679 Pale Taupe

📋 copy color: '#BA9679'

red 186 ◦ green 150 ◦ blue 121

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

Shades of Pale Taupe #BA9679

Tints of Pale Taupe #BA9679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 40.7%
G = 32.82%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA9679 (or 0xBA9679) is known color: Pale Taupe. HEX triplet: BA, 96 and 79. RGB value is (186,150,121). Sum of RGB (Red+Green+Blue) = 186+150+121=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9679 is #456986. Grayscale: #9D9D9D. Windows color (decimal): -4548999 or 7968442. OLE color: 7968442.

HSL color Cylindrical-coordinate representation of color #BA9679: hue angle of 26.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9679 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 121 -
CMYK 0 0.19 0.35 0.27
HSL 26.77º 0.32% 0.6% -
HSV(B) 26.77º 0.35% 0.73% -
XYZ 34.61 33.63 22.76 -
YUV 157.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 186 150 121 0 0.19 0.35 0.27 26.77 0.32 0.6
Hex BA 96 79 0 13 23 1B 1B 20 3C
Octal 272 226 171 0 23 43 33 33 40 74
Binary 10111010 10010110 1111001 0 10011 100011 11011 11011 100000 111100

Color Harmonies of #BA9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9679

Black with #BA9679

Text Example


Text Example

White with #BA9679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9679; }

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

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

background-color css

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

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

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

border-color css

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

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

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