Html Css Color HEX #BA9F80 Pale Taupe

📋 copy color: '#BA9F80'

red 186 ◦ green 159 ◦ blue 128

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

Shades of Pale Taupe #BA9F80

Tints of Pale Taupe #BA9F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 39.32%
G = 33.62%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9F80 (or 0xBA9F80) is known color: Pale Taupe. HEX triplet: BA, 9F and 80. RGB value is (186,159,128). Sum of RGB (Red+Green+Blue) = 186+159+128=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F80 is #45607F. Grayscale: #A3A3A3. Windows color (decimal): -4546688 or 8429498. OLE color: 8429498.

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

Color convert

RGB 186 159 128 -
CMYK 0 0.15 0.31 0.27
HSL 32.07º 0.3% 0.62% -
HSV(B) 32.07º 0.31% 0.73% -
XYZ 36.54 36.79 25.6 -
YUV 163.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 186 159 128 0 0.15 0.31 0.27 32.07 0.3 0.62
Hex BA 9F 80 0 F 1F 1B 20 1E 3E
Octal 272 237 200 0 17 37 33 40 36 76
Binary 10111010 10011111 10000000 0 1111 11111 11011 100000 11110 111110

Color Harmonies of #BA9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F80

Black with #BA9F80

Text Example


Text Example

White with #BA9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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