Html Css Color HEX #BAA084 Pale Taupe

📋 copy color: '#BAA084'

red 186 ◦ green 160 ◦ blue 132

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

Shades of Pale Taupe #BAA084

Tints of Pale Taupe #BAA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 38.91%
G = 33.47%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAA084 (or 0xBAA084) is known color: Pale Taupe. HEX triplet: BA, A0 and 84. RGB value is (186,160,132). Sum of RGB (Red+Green+Blue) = 186+160+132=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA084 is #455F7B. Grayscale: #A4A4A4. Windows color (decimal): -4546428 or 8691898. OLE color: 8691898.

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

Color convert

RGB 186 160 132 -
CMYK 0 0.14 0.29 0.27
HSL 31.11º 0.28% 0.62% -
HSV(B) 31.11º 0.29% 0.73% -
XYZ 36.99 37.25 27.07 -
YUV 164.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 186 160 132 0 0.14 0.29 0.27 31.11 0.28 0.62
Hex BA A0 84 0 E 1D 1B 1F 1C 3E
Octal 272 240 204 0 16 35 33 37 34 76
Binary 10111010 10100000 10000100 0 1110 11101 11011 11111 11100 111110

Color Harmonies of #BAA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA084

Black with #BAA084

Text Example


Text Example

White with #BAA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA084; }

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

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

background-color css

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

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

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

border-color css

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

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

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