Html Css Color HEX #BA9A87 Pale Taupe

📋 copy color: '#BA9A87'

red 186 ◦ green 154 ◦ blue 135

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

Shades of Pale Taupe #BA9A87

Tints of Pale Taupe #BA9A87

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

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

R = 39.16%
G = 32.42%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9A87 (or 0xBA9A87) is known color: Pale Taupe. HEX triplet: BA, 9A and 87. RGB value is (186,154,135). Sum of RGB (Red+Green+Blue) = 186+154+135=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A87 is #456578. Grayscale: #A1A1A1. Windows color (decimal): -4547961 or 8886970. OLE color: 8886970.

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

Color convert

RGB 186 154 135 -
CMYK 0 0.17 0.27 0.27
HSL 22.35º 0.27% 0.63% -
HSV(B) 22.35º 0.27% 0.73% -
XYZ 36.18 35.3 27.83 -
YUV 161.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 186 154 135 0 0.17 0.27 0.27 22.35 0.27 0.63
Hex BA 9A 87 0 11 1B 1B 16 1B 3F
Octal 272 232 207 0 21 33 33 26 33 77
Binary 10111010 10011010 10000111 0 10001 11011 11011 10110 11011 111111

Color Harmonies of #BA9A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A87

Black with #BA9A87

Text Example


Text Example

White with #BA9A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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