Html Css Color HEX #BA8086 Tapestry

📋 copy color: '#BA8086'

red 186 ◦ green 128 ◦ blue 134

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

Shades of Tapestry #BA8086

Tints of Tapestry #BA8086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 41.52%
G = 28.57%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA8086 (or 0xBA8086) is known color: Tapestry. HEX triplet: BA, 80 and 86. RGB value is (186,128,134). Sum of RGB (Red+Green+Blue) = 186+128+134=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8086 is #457F79. Grayscale: #929292. Windows color (decimal): -4554618 or 8814778. OLE color: 8814778.

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

Color convert

RGB 186 128 134 -
CMYK 0 0.31 0.28 0.27
HSL 353.79º 0.3% 0.62% -
HSV(B) 353.79º 0.31% 0.73% -
XYZ 32.27 27.6 26.18 -
YUV 146.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 186 128 134 0 0.31 0.28 0.27 353.79 0.3 0.62
Hex BA 80 86 0 1F 1C 1B 162 1E 3E
Octal 272 200 206 0 37 34 33 542 36 76
Binary 10111010 10000000 10000110 0 11111 11100 11011 101100010 11110 111110

Color Harmonies of #BA8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8086

Black with #BA8086

Text Example


Text Example

White with #BA8086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8086; }

 p { color: rgb(186,128,134); }

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

background-color css

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

 a { background-color: rgb(186,128,134); }

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

border-color css

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

 span { border-color: rgb(186,128,134); }

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