Html Css Color HEX #BA9276 Pale Taupe

📋 copy color: '#BA9276'

red 186 ◦ green 146 ◦ blue 118

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

Shades of Pale Taupe #BA9276

Tints of Pale Taupe #BA9276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 41.33%
G = 32.44%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA9276 (or 0xBA9276) is known color: Pale Taupe. HEX triplet: BA, 92 and 76. RGB value is (186,146,118). Sum of RGB (Red+Green+Blue) = 186+146+118=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9276 is #456D89. Grayscale: #9A9A9A. Windows color (decimal): -4550026 or 7770810. OLE color: 7770810.

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

Color convert

RGB 186 146 118 -
CMYK 0 0.22 0.37 0.27
HSL 24.71º 0.33% 0.6% -
HSV(B) 24.71º 0.37% 0.73% -
XYZ 33.8 32.3 21.59 -
YUV 154.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 186 146 118 0 0.22 0.37 0.27 24.71 0.33 0.6
Hex BA 92 76 0 16 25 1B 19 21 3C
Octal 272 222 166 0 26 45 33 31 41 74
Binary 10111010 10010010 1110110 0 10110 100101 11011 11001 100001 111100

Color Harmonies of #BA9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9276

Black with #BA9276

Text Example


Text Example

White with #BA9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9276; }

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

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

background-color css

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

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

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

border-color css

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

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

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