Html Css Color HEX #BA9273 Pale Taupe

📋 copy color: '#BA9273'

red 186 ◦ green 146 ◦ blue 115

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

Shades of Pale Taupe #BA9273

Tints of Pale Taupe #BA9273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 41.61%
G = 32.66%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA9273 (or 0xBA9273) is known color: Pale Taupe. HEX triplet: BA, 92 and 73. RGB value is (186,146,115). Sum of RGB (Red+Green+Blue) = 186+146+115=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9273 is #456D8C. Grayscale: #9A9A9A. Windows color (decimal): -4550029 or 7574202. OLE color: 7574202.

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

Color convert

RGB 186 146 115 -
CMYK 0 0.22 0.38 0.27
HSL 26.2º 0.34% 0.59% -
HSV(B) 26.2º 0.38% 0.73% -
XYZ 33.62 32.23 20.67 -
YUV 154.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 186 146 115 0 0.22 0.38 0.27 26.2 0.34 0.59
Hex BA 92 73 0 16 26 1B 1A 22 3B
Octal 272 222 163 0 26 46 33 32 42 73
Binary 10111010 10010010 1110011 0 10110 100110 11011 11010 100010 111011

Color Harmonies of #BA9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9273

Black with #BA9273

Text Example


Text Example

White with #BA9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9273; }

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

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

background-color css

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

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

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

border-color css

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

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

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