Html Css Color HEX #BA987C Pale Taupe

📋 copy color: '#BA987C'

red 186 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #BA987C

Tints of Pale Taupe #BA987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 40.26%
G = 32.9%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA987C (or 0xBA987C) is known color: Pale Taupe. HEX triplet: BA, 98 and 7C. RGB value is (186,152,124). Sum of RGB (Red+Green+Blue) = 186+152+124=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA987C is #456783. Grayscale: #9F9F9F. Windows color (decimal): -4548484 or 8165562. OLE color: 8165562.

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

Color convert

RGB 186 152 124 -
CMYK 0 0.18 0.33 0.27
HSL 27.1º 0.31% 0.61% -
HSV(B) 27.1º 0.33% 0.73% -
XYZ 35.12 34.35 23.85 -
YUV 158.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 186 152 124 0 0.18 0.33 0.27 27.1 0.31 0.61
Hex BA 98 7C 0 12 21 1B 1B 1F 3D
Octal 272 230 174 0 22 41 33 33 37 75
Binary 10111010 10011000 1111100 0 10010 100001 11011 11011 11111 111101

Color Harmonies of #BA987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA987C

Black with #BA987C

Text Example


Text Example

White with #BA987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA987C; }

 p { color: rgb(186,152,124); }

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

background-color css

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

 a { background-color: rgb(186,152,124); }

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

border-color css

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

 span { border-color: rgb(186,152,124); }

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