Html Css Color HEX #BAA080 Pale Taupe

📋 copy color: '#BAA080'

red 186 ◦ green 160 ◦ blue 128

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

Shades of Pale Taupe #BAA080

Tints of Pale Taupe #BAA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.76%

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

R = 39.24%
G = 33.76%
B = 27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA080 (or 0xBAA080) is known color: Pale Taupe. HEX triplet: BA, A0 and 80. RGB value is (186,160,128). Sum of RGB (Red+Green+Blue) = 186+160+128=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA080 is #455F7F. Grayscale: #A4A4A4. Windows color (decimal): -4546432 or 8429754. OLE color: 8429754.

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

Color convert

RGB 186 160 128 -
CMYK 0 0.14 0.31 0.27
HSL 33.1º 0.3% 0.62% -
HSV(B) 33.1º 0.31% 0.73% -
XYZ 36.72 37.14 25.66 -
YUV 164.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 186 160 128 0 0.14 0.31 0.27 33.1 0.3 0.62
Hex BA A0 80 0 E 1F 1B 21 1E 3E
Octal 272 240 200 0 16 37 33 41 36 76
Binary 10111010 10100000 10000000 0 1110 11111 11011 100001 11110 111110

Color Harmonies of #BAA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA080

Black with #BAA080

Text Example


Text Example

White with #BAA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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