Html Css Color HEX #BAA181 Pale Taupe

📋 copy color: '#BAA181'

red 186 ◦ green 161 ◦ blue 129

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

Shades of Pale Taupe #BAA181

Tints of Pale Taupe #BAA181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.82%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 39.08%
G = 33.82%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA181 (or 0xBAA181) is known color: Pale Taupe. HEX triplet: BA, A1 and 81. RGB value is (186,161,129). Sum of RGB (Red+Green+Blue) = 186+161+129=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA181 is #455E7E. Grayscale: #A4A4A4. Windows color (decimal): -4546175 or 8495546. OLE color: 8495546.

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

Color convert

RGB 186 161 129 -
CMYK 0 0.13 0.31 0.27
HSL 33.68º 0.29% 0.62% -
HSV(B) 33.68º 0.31% 0.73% -
XYZ 36.96 37.51 26.06 -
YUV 164.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 186 161 129 0 0.13 0.31 0.27 33.68 0.29 0.62
Hex BA A1 81 0 D 1F 1B 22 1D 3E
Octal 272 241 201 0 15 37 33 42 35 76
Binary 10111010 10100001 10000001 0 1101 11111 11011 100010 11101 111110

Color Harmonies of #BAA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA181

Black with #BAA181

Text Example


Text Example

White with #BAA181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA181; }

 p { color: rgb(186,161,129); }

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

background-color css

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

 a { background-color: rgb(186,161,129); }

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

border-color css

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

 span { border-color: rgb(186,161,129); }

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