Html Css Color HEX #BAA088 Pale Taupe

📋 copy color: '#BAA088'

red 186 ◦ green 160 ◦ blue 136

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

Shades of Pale Taupe #BAA088

Tints of Pale Taupe #BAA088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 38.59%
G = 33.2%
B = 28.22%

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

#BAA088 (or 0xBAA088) is known color: Pale Taupe. HEX triplet: BA, A0 and 88. RGB value is (186,160,136). Sum of RGB (Red+Green+Blue) = 186+160+136=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA088 is #455F77. Grayscale: #A5A5A5. Windows color (decimal): -4546424 or 8954042. OLE color: 8954042.

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

Color convert

RGB 186 160 136 -
CMYK 0 0.14 0.27 0.27
HSL 28.8º 0.27% 0.63% -
HSV(B) 28.8º 0.27% 0.73% -
XYZ 37.26 37.36 28.54 -
YUV 165.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 186 160 136 0 0.14 0.27 0.27 28.8 0.27 0.63
Hex BA A0 88 0 E 1B 1B 1D 1B 3F
Octal 272 240 210 0 16 33 33 35 33 77
Binary 10111010 10100000 10001000 0 1110 11011 11011 11101 11011 111111

Color Harmonies of #BAA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA088

Black with #BAA088

Text Example


Text Example

White with #BAA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA088; }

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

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

background-color css

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

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

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

border-color css

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

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

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