Html Css Color HEX #BA9D87 Pale Taupe

📋 copy color: '#BA9D87'

red 186 ◦ green 157 ◦ blue 135

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

Shades of Pale Taupe #BA9D87

Tints of Pale Taupe #BA9D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

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

R = 38.91%
G = 32.85%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9D87 (or 0xBA9D87) is known color: Pale Taupe. HEX triplet: BA, 9D and 87. RGB value is (186,157,135). Sum of RGB (Red+Green+Blue) = 186+157+135=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D87 is #456278. Grayscale: #A3A3A3. Windows color (decimal): -4547193 or 8887738. OLE color: 8887738.

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

Color convert

RGB 186 157 135 -
CMYK 0 0.16 0.27 0.27
HSL 25.88º 0.27% 0.63% -
HSV(B) 25.88º 0.27% 0.73% -
XYZ 36.68 36.3 28 -
YUV 163.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 186 157 135 0 0.16 0.27 0.27 25.88 0.27 0.63
Hex BA 9D 87 0 10 1B 1B 1A 1B 3F
Octal 272 235 207 0 20 33 33 32 33 77
Binary 10111010 10011101 10000111 0 10000 11011 11011 11010 11011 111111

Color Harmonies of #BA9D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D87

Black with #BA9D87

Text Example


Text Example

White with #BA9D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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