Html Css Color HEX #BA9B77 Pale Taupe

📋 copy color: '#BA9B77'

red 186 ◦ green 155 ◦ blue 119

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

Shades of Pale Taupe #BA9B77

Tints of Pale Taupe #BA9B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 40.43%
G = 33.7%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA9B77 (or 0xBA9B77) is known color: Pale Taupe. HEX triplet: BA, 9B and 77. RGB value is (186,155,119). Sum of RGB (Red+Green+Blue) = 186+155+119=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B77 is #456488. Grayscale: #A0A0A0. Windows color (decimal): -4547721 or 7838650. OLE color: 7838650.

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

Color convert

RGB 186 155 119 -
CMYK 0 0.17 0.36 0.27
HSL 32.24º 0.33% 0.6% -
HSV(B) 32.24º 0.36% 0.73% -
XYZ 35.3 35.21 22.39 -
YUV 160.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 186 155 119 0 0.17 0.36 0.27 32.24 0.33 0.6
Hex BA 9B 77 0 11 24 1B 20 21 3C
Octal 272 233 167 0 21 44 33 40 41 74
Binary 10111010 10011011 1110111 0 10001 100100 11011 100000 100001 111100

Color Harmonies of #BA9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B77

Black with #BA9B77

Text Example


Text Example

White with #BA9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B77; }

 p { color: rgb(186,155,119); }

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

background-color css

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

 a { background-color: rgb(186,155,119); }

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

border-color css

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

 span { border-color: rgb(186,155,119); }

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