Html Css Color HEX #BAA087 Pale Taupe

📋 copy color: '#BAA087'

red 186 ◦ green 160 ◦ blue 135

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

Shades of Pale Taupe #BAA087

Tints of Pale Taupe #BAA087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 38.67%
G = 33.26%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAA087 (or 0xBAA087) is known color: Pale Taupe. HEX triplet: BA, A0 and 87. RGB value is (186,160,135). Sum of RGB (Red+Green+Blue) = 186+160+135=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA087 is #455F78. Grayscale: #A5A5A5. Windows color (decimal): -4546425 or 8888506. OLE color: 8888506.

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

Color convert

RGB 186 160 135 -
CMYK 0 0.14 0.27 0.27
HSL 29.41º 0.27% 0.63% -
HSV(B) 29.41º 0.27% 0.73% -
XYZ 37.19 37.33 28.17 -
YUV 164.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 186 160 135 0 0.14 0.27 0.27 29.41 0.27 0.63
Hex BA A0 87 0 E 1B 1B 1D 1B 3F
Octal 272 240 207 0 16 33 33 35 33 77
Binary 10111010 10100000 10000111 0 1110 11011 11011 11101 11011 111111

Color Harmonies of #BAA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA087

Black with #BAA087

Text Example


Text Example

White with #BAA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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