Html Css Color HEX #BA9280 Pale Taupe

📋 copy color: '#BA9280'

red 186 ◦ green 146 ◦ blue 128

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

Shades of Pale Taupe #BA9280

Tints of Pale Taupe #BA9280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 40.43%
G = 31.74%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9280 (or 0xBA9280) is known color: Pale Taupe. HEX triplet: BA, 92 and 80. RGB value is (186,146,128). Sum of RGB (Red+Green+Blue) = 186+146+128=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9280 is #456D7F. Grayscale: #9C9C9C. Windows color (decimal): -4550016 or 8426170. OLE color: 8426170.

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

Color convert

RGB 186 146 128 -
CMYK 0 0.22 0.31 0.27
HSL 18.62º 0.3% 0.62% -
HSV(B) 18.62º 0.31% 0.73% -
XYZ 34.42 32.56 24.89 -
YUV 155.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 186 146 128 0 0.22 0.31 0.27 18.62 0.3 0.62
Hex BA 92 80 0 16 1F 1B 13 1E 3E
Octal 272 222 200 0 26 37 33 23 36 76
Binary 10111010 10010010 10000000 0 10110 11111 11011 10011 11110 111110

Color Harmonies of #BA9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9280

Black with #BA9280

Text Example


Text Example

White with #BA9280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9280; }

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

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

background-color css

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

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

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

border-color css

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

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

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