Html Css Color HEX #BA9277 Pale Taupe

📋 copy color: '#BA9277'

red 186 ◦ green 146 ◦ blue 119

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

Shades of Pale Taupe #BA9277

Tints of Pale Taupe #BA9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.37%

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

R = 41.24%
G = 32.37%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA9277 (or 0xBA9277) is known color: Pale Taupe. HEX triplet: BA, 92 and 77. RGB value is (186,146,119). Sum of RGB (Red+Green+Blue) = 186+146+119=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9277 is #456D88. Grayscale: #9B9B9B. Windows color (decimal): -4550025 or 7836346. OLE color: 7836346.

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

Color convert

RGB 186 146 119 -
CMYK 0 0.22 0.36 0.27
HSL 24.18º 0.33% 0.6% -
HSV(B) 24.18º 0.36% 0.73% -
XYZ 33.86 32.33 21.91 -
YUV 154.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 186 146 119 0 0.22 0.36 0.27 24.18 0.33 0.6
Hex BA 92 77 0 16 24 1B 18 21 3C
Octal 272 222 167 0 26 44 33 30 41 74
Binary 10111010 10010010 1110111 0 10110 100100 11011 11000 100001 111100

Color Harmonies of #BA9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9277

Black with #BA9277

Text Example


Text Example

White with #BA9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9277; }

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

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

background-color css

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

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

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

border-color css

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

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

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