Html Css Color HEX #BA987E Pale Taupe

📋 copy color: '#BA987E'

red 186 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #BA987E

Tints of Pale Taupe #BA987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 40.09%
G = 32.76%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA987E (or 0xBA987E) is known color: Pale Taupe. HEX triplet: BA, 98 and 7E. RGB value is (186,152,126). Sum of RGB (Red+Green+Blue) = 186+152+126=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA987E is #456781. Grayscale: #9F9F9F. Windows color (decimal): -4548482 or 8296634. OLE color: 8296634.

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

Color convert

RGB 186 152 126 -
CMYK 0 0.18 0.32 0.27
HSL 26º 0.3% 0.61% -
HSV(B) 26º 0.32% 0.73% -
XYZ 35.24 34.4 24.52 -
YUV 159.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 186 152 126 0 0.18 0.32 0.27 26 0.3 0.61
Hex BA 98 7E 0 12 20 1B 1A 1E 3D
Octal 272 230 176 0 22 40 33 32 36 75
Binary 10111010 10011000 1111110 0 10010 100000 11011 11010 11110 111101

Color Harmonies of #BA987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA987E

Black with #BA987E

Text Example


Text Example

White with #BA987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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